Created
June 14, 2012 03:33
-
-
Save samhamilton/2927869 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'rails', '~> 3.2.6' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
group :development, :test do | |
gem 'sqlite3' | |
end | |
group :production do | |
gem 'pg' | |
end | |
# Gems used only for assets and not required | |
# in production environments by default. | |
group :assets do | |
gem 'sass-rails', '~> 3.2.3' | |
gem 'coffee-rails', '~> 3.2.1' | |
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | |
gem 'therubyracer', :platform => :ruby | |
gem 'uglifier', '>= 1.0.3' | |
end | |
gem 'jquery-rails' | |
# To use ActiveModel has_secure_password | |
# gem 'bcrypt-ruby', '~> 3.0.0' | |
# To use Jbuilder templates for JSON | |
# gem 'jbuilder' | |
# Use unicorn as the app server | |
gem 'unicorn' | |
# Deploy with Capistrano | |
group :development do | |
gem 'capistrano' | |
end | |
# To use debugger | |
# gem 'ruby-debug19', :require => 'ruby-debug' | |
gem 'spree', :git => 'https://github.com/spree/spree.git', :branch => '1-1-stable' | |
gem 'spree_usa_epay' | |
gem 'spree_skrill' | |
gem 'spree_paypal_express', :git => 'git://github.com/spree/spree_paypal_express.git' | |
gem 'spree_recently_viewed', :git => 'git://github.com/spree/spree_recently_viewed.git' | |
gem 'spree_static_content', :git => 'git://github.com/spree/spree_static_content.git', :branch => '1-1-stable' | |
gem 'spree_editor', :git => 'git://raw.github.com/spree/spree_editor.git' | |
gem 'tinymce-rails', '>= 3.4.7.0.1' | |
gem 'aws-sdk' | |
gem 'rack-rewrite' | |
group :production do | |
gem 'newrelic_rpm' | |
end | |
gem 'import_products', :git => 'https://github.com/sbounmy/spree-import-products.git', :tag => '1.1.x' | |
gem 'delayed_job' | |
gem 'spree_redirects', :git => 'git://github.com/citrus/spree_redirects.git' | |
gem "spree_google_base", :git => 'git://github.com/jumph4x/spree-google-base.git' | |
gem 'spree_sitemap_generator', :git => 'https://github.com/jdutil/spree-sitemap-generator.git' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT | |
remote: git://github.com/citrus/spree_redirects.git | |
revision: 49245c070e93419a226fa6be0c62356667f838de | |
specs: | |
spree_redirects (0.2.0) | |
spree_core (~> 1.1.0) | |
GIT | |
remote: git://github.com/jumph4x/spree-google-base.git | |
revision: 0d649f42a0a7078c91b692e81f00cf8627e577f2 | |
specs: | |
spree_google_base (1.0.0) | |
spree (~> 1.0) | |
GIT | |
remote: git://github.com/spree/spree_paypal_express.git | |
revision: d48f4649506e876b88244dcb4e5a86250e4ef8f0 | |
specs: | |
spree_paypal_express (1.1.0) | |
spree_core (>= 1.0.0) | |
GIT | |
remote: git://github.com/spree/spree_recently_viewed.git | |
revision: 94da8eae4286fd5eac4319e21dffb0980a2e6d0a | |
specs: | |
spree_recently_viewed (1.1) | |
spree_core (>= 1.0.0) | |
GIT | |
remote: git://github.com/spree/spree_static_content.git | |
revision: a447d996ddf67952e80622fac9a52eeb5dcef4e6 | |
branch: 1-1-stable | |
specs: | |
spree_static_content (1.1) | |
spree_auth (~> 1.1.0) | |
spree_core (~> 1.1.0) | |
GIT | |
remote: git://raw.github.com/spree/spree_editor.git | |
revision: ca40a901ddb6587c850b626449af6aa001de8ce0 | |
specs: | |
spree_editor (1.0.0) | |
spree_core (>= 1.0.0) | |
tinymce-rails (>= 3.4.7.0.1) | |
GIT | |
remote: https://github.com/jdutil/spree-sitemap-generator.git | |
revision: 76fa39a65680076c4d0a7b8c6c562e3a618426b7 | |
specs: | |
spree_sitemap_generator (3.0.3) | |
sitemap_generator (>= 2.0.1) | |
spree_core (>= 0.70.0) | |
GIT | |
remote: https://github.com/sbounmy/spree-import-products.git | |
revision: be1a57fb2b08ec5947a8c82059121d99b6fda82e | |
tag: 1.1.x | |
specs: | |
import_products (1.1.1) | |
delayed_job | |
delayed_job_active_record | |
spree_auth (~> 1.1.0) | |
spree_core (~> 1.1.0) | |
GIT | |
remote: https://github.com/spree/spree.git | |
revision: a1f544959c86009eb06aa20deeb565fef4c0b7e3 | |
branch: 1-1-stable | |
specs: | |
spree (1.1.2.beta) | |
spree_api (= 1.1.2.beta) | |
spree_auth (= 1.1.2.beta) | |
spree_cmd (= 1.1.2.beta) | |
spree_core (= 1.1.2.beta) | |
spree_dash (= 1.1.2.beta) | |
spree_promo (= 1.1.2.beta) | |
spree_sample (= 1.1.2.beta) | |
spree_api (1.1.2.beta) | |
rabl (= 0.6.5) | |
spree_auth (= 1.1.2.beta) | |
spree_core (= 1.1.2.beta) | |
spree_auth (1.1.2.beta) | |
cancan (= 1.6.7) | |
devise (~> 2.0.0) | |
spree_core (= 1.1.2.beta) | |
spree_cmd (1.1.2.beta) | |
spree_core (1.1.2.beta) | |
activemerchant (= 1.20.4) | |
acts_as_list (= 0.1.4) | |
aws-sdk (~> 1.3.4) | |
deface (>= 0.9.0) | |
ffaker (~> 1.12.0) | |
highline (= 1.6.11) | |
jquery-rails (~> 2.0.0) | |
kaminari (>= 0.13.0) | |
nested_set (= 1.7.0) | |
paperclip (~> 2.7) | |
rails (~> 3.2.6) | |
ransack (~> 0.6.0) | |
state_machine (= 1.1.2) | |
stringex (~> 1.3.2) | |
spree_dash (1.1.2.beta) | |
httparty (~> 0.8.1) | |
spree_auth (= 1.1.2.beta) | |
spree_core (= 1.1.2.beta) | |
spree_promo (1.1.2.beta) | |
spree_auth (= 1.1.2.beta) | |
spree_core (= 1.1.2.beta) | |
spree_sample (1.1.2.beta) | |
spree_core (= 1.1.2.beta) | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (3.2.6) | |
actionpack (= 3.2.6) | |
mail (~> 2.4.4) | |
actionpack (3.2.6) | |
activemodel (= 3.2.6) | |
activesupport (= 3.2.6) | |
builder (~> 3.0.0) | |
erubis (~> 2.7.0) | |
journey (~> 1.0.1) | |
rack (~> 1.4.0) | |
rack-cache (~> 1.2) | |
rack-test (~> 0.6.1) | |
sprockets (~> 2.1.3) | |
active_utils (1.0.3) | |
activesupport (>= 2.3.11) | |
i18n | |
activemerchant (1.20.4) | |
active_utils (>= 1.0.2) | |
activesupport (>= 2.3.11) | |
braintree (>= 2.0.0) | |
builder (>= 2.0.0) | |
i18n | |
json (>= 1.5.1) | |
money (<= 3.7.1) | |
activemodel (3.2.6) | |
activesupport (= 3.2.6) | |
builder (~> 3.0.0) | |
activerecord (3.2.6) | |
activemodel (= 3.2.6) | |
activesupport (= 3.2.6) | |
arel (~> 3.0.2) | |
tzinfo (~> 0.3.29) | |
activeresource (3.2.6) | |
activemodel (= 3.2.6) | |
activesupport (= 3.2.6) | |
activesupport (3.2.6) | |
i18n (~> 0.6) | |
multi_json (~> 1.0) | |
acts_as_list (0.1.4) | |
akami (1.1.0) | |
gyoku (>= 0.4.0) | |
nokogiri (>= 1.5.2) | |
arel (3.0.2) | |
aws-sdk (1.3.9) | |
httparty (~> 0.7) | |
json (~> 1.4) | |
nokogiri (>= 1.4.4) | |
uuidtools (~> 2.1) | |
bcrypt-ruby (3.0.1) | |
braintree (2.16.0) | |
builder (>= 2.0.0) | |
builder (3.0.0) | |
cancan (1.6.7) | |
capistrano (2.12.0) | |
highline | |
net-scp (>= 1.0.0) | |
net-sftp (>= 2.0.0) | |
net-ssh (>= 2.0.14) | |
net-ssh-gateway (>= 1.1.0) | |
cocaine (0.2.1) | |
coffee-rails (3.2.2) | |
coffee-script (>= 2.2.0) | |
railties (~> 3.2.0) | |
coffee-script (2.2.0) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.3.3) | |
deface (0.9.1) | |
nokogiri (~> 1.5.0) | |
rails (~> 3.1) | |
delayed_job (3.0.3) | |
activesupport (~> 3.0) | |
delayed_job_active_record (0.3.2) | |
activerecord (> 2.1.0) | |
delayed_job (~> 3.0.0) | |
devise (2.0.4) | |
bcrypt-ruby (~> 3.0) | |
orm_adapter (~> 0.0.3) | |
railties (~> 3.1) | |
warden (~> 1.1.1) | |
erubis (2.7.0) | |
execjs (1.4.0) | |
multi_json (~> 1.0) | |
ffaker (1.12.1) | |
gyoku (0.4.5) | |
builder (>= 2.1.2) | |
highline (1.6.11) | |
hike (1.2.1) | |
httparty (0.8.3) | |
multi_json (~> 1.0) | |
multi_xml | |
httpi (1.0.0) | |
rack | |
i18n (0.6.0) | |
journey (1.0.3) | |
jquery-rails (2.0.2) | |
railties (>= 3.2.0, < 5.0) | |
thor (~> 0.14) | |
json (1.7.3) | |
kaminari (0.13.0) | |
actionpack (>= 3.0.0) | |
activesupport (>= 3.0.0) | |
railties (>= 3.0.0) | |
kgio (2.7.4) | |
libv8 (3.3.10.4) | |
mail (2.4.4) | |
i18n (>= 0.4.0) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
mime-types (1.18) | |
money (3.7.1) | |
i18n (~> 0.4) | |
multi_json (1.3.6) | |
multi_xml (0.5.1) | |
nested_set (1.7.0) | |
activerecord (>= 3.0.0) | |
railties (>= 3.0.0) | |
net-scp (1.0.4) | |
net-ssh (>= 1.99.1) | |
net-sftp (2.0.5) | |
net-ssh (>= 2.0.9) | |
net-ssh (2.5.2) | |
net-ssh-gateway (1.1.0) | |
net-ssh (>= 1.99.1) | |
newrelic_rpm (3.3.5) | |
nokogiri (1.5.4) | |
nori (1.1.0) | |
orm_adapter (0.0.7) | |
paperclip (2.7.0) | |
activerecord (>= 2.3.0) | |
activesupport (>= 2.3.2) | |
cocaine (>= 0.0.2) | |
mime-types | |
pg (0.13.2) | |
polyamorous (0.5.0) | |
activerecord (~> 3.0) | |
polyglot (0.3.3) | |
rabl (0.6.5) | |
activesupport (>= 2.3.14) | |
multi_json (~> 1.0) | |
rack (1.4.1) | |
rack-cache (1.2) | |
rack (>= 0.4) | |
rack-rewrite (1.2.1) | |
rack-ssl (1.3.2) | |
rack | |
rack-test (0.6.1) | |
rack (>= 1.0) | |
rails (3.2.6) | |
actionmailer (= 3.2.6) | |
actionpack (= 3.2.6) | |
activerecord (= 3.2.6) | |
activeresource (= 3.2.6) | |
activesupport (= 3.2.6) | |
bundler (~> 1.0) | |
railties (= 3.2.6) | |
railties (3.2.6) | |
actionpack (= 3.2.6) | |
activesupport (= 3.2.6) | |
rack-ssl (~> 1.3.2) | |
rake (>= 0.8.7) | |
rdoc (~> 3.4) | |
thor (>= 0.14.6, < 2.0) | |
raindrops (0.9.0) | |
rake (0.9.2.2) | |
ransack (0.6.0) | |
actionpack (~> 3.0) | |
activerecord (~> 3.0) | |
polyamorous (~> 0.5.0) | |
rdoc (3.12) | |
json (~> 1.4) | |
sass (3.1.19) | |
sass-rails (3.2.5) | |
railties (~> 3.2.0) | |
sass (>= 3.1.10) | |
tilt (~> 1.3) | |
savon (1.0.0) | |
akami (~> 1.1) | |
builder (>= 2.1.2) | |
gyoku (>= 0.4.0) | |
httpi (~> 1.0) | |
nokogiri (>= 1.4.0) | |
nori (~> 1.1) | |
wasabi (~> 2.2) | |
sitemap_generator (3.1.1) | |
builder | |
spree_skrill (1.0.2) | |
spree_core (>= 1.0.0) | |
spree_usa_epay (1.0.2) | |
savon | |
spree_core (>= 1.0.0) | |
sprockets (2.1.3) | |
hike (~> 1.2) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
sqlite3 (1.3.6) | |
state_machine (1.1.2) | |
stringex (1.3.3) | |
therubyracer (0.10.1) | |
libv8 (~> 3.3.10) | |
thor (0.15.2) | |
tilt (1.3.3) | |
tinymce-rails (3.5.2) | |
railties (>= 3.1.1) | |
treetop (1.4.10) | |
polyglot | |
polyglot (>= 0.3.1) | |
tzinfo (0.3.33) | |
uglifier (1.2.4) | |
execjs (>= 0.3.0) | |
multi_json (>= 1.0.2) | |
unicorn (4.3.1) | |
kgio (~> 2.6) | |
rack | |
raindrops (~> 0.7) | |
uuidtools (2.1.2) | |
warden (1.1.1) | |
rack (>= 1.0) | |
wasabi (2.4.0) | |
httpi (~> 1.0) | |
nokogiri (>= 1.4.0) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
aws-sdk | |
capistrano | |
coffee-rails (~> 3.2.1) | |
delayed_job | |
import_products! | |
jquery-rails | |
newrelic_rpm | |
pg | |
rack-rewrite | |
rails (~> 3.2.6) | |
sass-rails (~> 3.2.3) | |
spree! | |
spree_editor! | |
spree_google_base! | |
spree_paypal_express! | |
spree_recently_viewed! | |
spree_redirects! | |
spree_sitemap_generator! | |
spree_skrill | |
spree_static_content! | |
spree_usa_epay | |
sqlite3 | |
therubyracer | |
tinymce-rails (>= 3.4.7.0.1) | |
uglifier (>= 1.0.3) | |
unicorn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment