Skip to content

Instantly share code, notes, and snippets.

@jschwertfeger
Created July 7, 2014 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jschwertfeger/c0e00b52ee3f042926e3 to your computer and use it in GitHub Desktop.
Save jschwertfeger/c0e00b52ee3f042926e3 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '~> 4.0.0'
gem 'pg'
gem 'spree', github: 'spree/spree', branch: '2-2-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-2-stable'
gem 'spree_static_content', github: 'spree/spree_static_content', branch: '2-2-stable'
gem 'spree_address_book', github: 'romul/spree_address_book', branch: '2-1-stable'
gem 'spree_comments', github: 'spree/spree_comments', branch: '2-2-stable'
gem 'spree_social', github: 'spree/spree_social', branch: '2-2-stable'
gem 'spree_store_credits', github: 'spree/spree_store_credits', branch: '2-2-stable'
gem 'spree_print_invoice', github: 'spree/spree_print_invoice', branch: '2-2-stable'
gem 'spree_i18n', github: 'spree/spree_i18n', :branch => '2-2-stable'
gem 'activemerchant'
gem 'jquery-rails'
gem 'haml'
gem 'therubyracer'
gem 'recaptcha', require: 'recaptcha/rails'
gem 'andand'
gem 'geoip'
gem 'newrelic_rpm'
gem 'enumerize', '~> 0.7'
gem 'hashie'
gem 'sass-rails', '~> 4.0.3'
gem 'bootstrap-sass', '2.3.1.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'font-awesome-sass'
gem 'turbolinks'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
group :development do
gem 'capistrano'
end
GIT
remote: git://github.com/romul/spree_address_book.git
revision: 8551503c185c7b222c43570da2176a01bdc9212a
branch: 2-1-stable
specs:
spree_address_book (2.0.0)
spree_auth_devise
spree_core (~> 2.1)
GIT
remote: git://github.com/spree/spree.git
revision: 2b7e8408f5c218c33c25cc7f3efafc1a7abacf5a
branch: 2-2-stable
specs:
spree (2.2.3.beta)
spree_api (= 2.2.3.beta)
spree_backend (= 2.2.3.beta)
spree_cmd (= 2.2.3.beta)
spree_core (= 2.2.3.beta)
spree_frontend (= 2.2.3.beta)
spree_sample (= 2.2.3.beta)
spree_api (2.2.3.beta)
rabl (= 0.9.3)
spree_core (= 2.2.3.beta)
versioncake (~> 1.2.0)
spree_backend (2.2.3.beta)
jquery-rails (~> 3.1.0)
jquery-ui-rails (~> 4.1.0)
select2-rails (~> 3.4.7)
spree_api (= 2.2.3.beta)
spree_core (= 2.2.3.beta)
spree_cmd (2.2.3.beta)
thor (~> 0.14)
spree_core (2.2.3.beta)
activemerchant (~> 1.42.3)
acts_as_list (= 0.3.0)
awesome_nested_set (~> 3.0.0.rc.3)
aws-sdk (= 1.27.0)
cancan (~> 1.6.10)
deface (~> 1.0.0)
ffaker (~> 1.16)
font-awesome-rails (~> 4.0)
friendly_id (~> 5.0.4)
highline (~> 1.6.18)
httparty (~> 0.11)
json (~> 1.7)
kaminari (~> 0.15.0)
monetize
paperclip (~> 3.4.1)
paranoia (~> 2.0)
rails (~> 4.0.5)
ransack (~> 1.1.0)
state_machine (= 1.2.0)
stringex (~> 1.5.1)
truncate_html (= 0.9.2)
spree_frontend (2.2.3.beta)
canonical-rails (~> 0.0.4)
jquery-rails (~> 3.1.0)
spree_api (= 2.2.3.beta)
spree_core (= 2.2.3.beta)
stringex (~> 1.5.1)
spree_sample (2.2.3.beta)
spree_core (= 2.2.3.beta)
GIT
remote: git://github.com/spree/spree_auth_devise.git
revision: 81a0fbb2db15efbbb50d0d139bbc41aee7fa58a1
branch: 2-2-stable
specs:
spree_auth_devise (2.2.0)
cancan (~> 1.6.10)
devise (~> 3.2.3)
devise-encryptable (= 0.1.2)
json
multi_json
spree_core (~> 2.2.0)
GIT
remote: git://github.com/spree/spree_comments.git
revision: 5a64cdefdb04f04c57babce31c720be176a48ac5
branch: 2-2-stable
specs:
spree_comments (2.0.0)
acts_as_commentable (= 4.0.1)
spree_api (~> 2.2.0)
spree_backend (~> 2.2.0)
spree_core (~> 2.2.0)
GIT
remote: git://github.com/spree/spree_print_invoice.git
revision: 0e53a90f98cba2b18188242d303282124e34e12b
branch: 2-2-stable
specs:
spree_print_invoice (2.0.0)
prawn (= 1.0.0)
spree_core (~> 2.2.0.beta)
GIT
remote: git://github.com/spree/spree_social.git
revision: b93fc46ba814f0672b748305a294f74034963f6c
branch: 2-2-stable
specs:
spree_social (2.3.0)
oa-core
omniauth
omniauth-facebook
omniauth-github
omniauth-google-oauth2
omniauth-twitter
spree_core (~> 2.2.0)
GIT
remote: git://github.com/spree/spree_static_content.git
revision: 84a77297a61f241155c2301c1ba9b960a8354c68
branch: 2-2-stable
specs:
spree_static_content (2.2.0)
spree_core (~> 2.2.0)
GIT
remote: git://github.com/spree/spree_store_credits.git
revision: d7629b066c7acfb5ab36d5598e4201f3e1d85201
branch: 2-2-stable
specs:
spree_store_credits (1.1.1)
spree_api (~> 2.2.0.beta)
spree_backend (~> 2.2.0.beta)
spree_core (~> 2.2.0.beta)
spree_frontend (~> 2.2.0.beta)
PATH
remote: ../spree_i18n
specs:
spree_i18n (3.0.0)
globalize (~> 4.0.0)
i18n_data (~> 0.5.1)
rails-i18n (~> 4.0.0)
spree_core (~> 2.2.0)
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.0.5)
actionpack (= 4.0.5)
mail (~> 2.5.4)
actionpack (4.0.5)
activesupport (= 4.0.5)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
active_utils (2.2.1)
activesupport (>= 2.3.11)
i18n
activemerchant (1.42.9)
active_utils (~> 2.0, >= 2.0.1)
activesupport (>= 2.3.14, < 5.0.0)
builder (>= 2.1.2, < 4.0.0)
i18n (~> 0.5)
json (~> 1.7)
money (< 7.0.0)
nokogiri (~> 1.4)
activemodel (4.0.5)
activesupport (= 4.0.5)
builder (~> 3.1.0)
activerecord (4.0.5)
activemodel (= 4.0.5)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.5)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.5)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
acts_as_commentable (4.0.1)
acts_as_list (0.3.0)
activerecord (>= 3.0)
andand (1.3.3)
arel (4.0.2)
awesome_nested_set (3.0.0.rc.5)
activerecord (>= 4.0.0, < 5)
aws-sdk (1.27.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
bcrypt (3.1.7)
bootstrap-sass (2.3.1.0)
sass (~> 3.2)
builder (3.1.4)
cancan (1.6.10)
canonical-rails (0.0.7)
rails (>= 3.1, < 5.0)
capistrano (3.2.1)
i18n
rake (>= 10.0.0)
sshkit (~> 1.3)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.4)
climate_control (>= 0.0.3, < 1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
colorize (0.7.3)
deface (1.0.0)
colorize (>= 0.5.8)
nokogiri (~> 1.6.0)
rails (>= 3.1)
devise (3.2.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
devise-encryptable (0.1.2)
devise (>= 2.1.0)
enumerize (0.8.0)
activesupport (>= 3.2)
erubis (2.7.0)
execjs (2.2.0)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
ffaker (1.24.0)
font-awesome-rails (4.1.0.0)
railties (>= 3.2, < 5.0)
font-awesome-sass (4.1.0)
sass (~> 3.2)
friendly_id (5.0.4)
activerecord (>= 4.0.0)
geoip (1.4.0)
globalize (4.0.2)
activemodel (>= 4.0.0, < 5)
activerecord (>= 4.0.0, < 5)
haml (4.0.5)
tilt
hashie (2.1.2)
highline (1.6.21)
hike (1.2.3)
httparty (0.13.1)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.9)
i18n_data (0.5.1)
jquery-rails (3.1.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.1.2)
railties (>= 3.1.0)
json (1.8.1)
jwt (1.0.0)
kaminari (0.15.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
libv8 (3.16.14.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
mini_portile (0.6.0)
minitest (4.7.5)
monetize (0.3.0)
money (~> 6.1.0.beta1)
money (6.1.1)
i18n (~> 0.6.4)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
newrelic_rpm (3.8.1.221)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
oa-core (0.3.2)
oauth (0.4.7)
oauth2 (0.9.4)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
omniauth (1.2.1)
hashie (>= 1.2, < 3)
rack (~> 1.0)
omniauth-facebook (1.6.0)
omniauth-oauth2 (~> 1.1)
omniauth-github (1.1.2)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-google-oauth2 (0.2.4)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.1.2)
faraday (>= 0.8, < 0.10)
multi_json (~> 1.3)
oauth2 (~> 0.9.3)
omniauth (~> 1.2)
omniauth-twitter (1.0.1)
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
orm_adapter (0.5.0)
paperclip (3.4.2)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.0)
mime-types
paranoia (2.0.2)
activerecord (~> 4.0)
pdf-core (0.2.5)
pg (0.17.1)
polyamorous (0.6.4)
activerecord (>= 3.0)
polyglot (0.3.5)
prawn (1.0.0)
pdf-core (~> 0.2.2)
ttfunk (~> 1.1.1)
rabl (0.9.3)
activesupport (>= 2.3.14)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.5)
actionmailer (= 4.0.5)
actionpack (= 4.0.5)
activerecord (= 4.0.5)
activesupport (= 4.0.5)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.5)
sprockets-rails (~> 2.0.0)
rails-i18n (4.0.2)
i18n (~> 0.6)
rails (>= 4.0)
railties (4.0.5)
actionpack (= 4.0.5)
activesupport (= 4.0.5)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
ransack (1.1.0)
actionpack (>= 3.0)
activerecord (>= 3.0)
polyamorous (~> 0.6.0)
recaptcha (0.3.6)
ref (1.0.5)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0)
select2-rails (3.4.9)
sass-rails
thor (~> 0.14)
sprockets (2.11.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sshkit (1.5.1)
colorize
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
state_machine (1.2.0)
stringex (1.5.1)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
truncate_html (0.9.2)
ttfunk (1.1.1)
turbolinks (2.2.2)
coffee-rails
tzinfo (0.3.39)
uglifier (2.5.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
uuidtools (2.1.4)
versioncake (1.2.0)
actionpack (>= 3.2)
activesupport (>= 3.2)
railties (>= 3.2)
tzinfo
warden (1.2.3)
rack (>= 1.0)
PLATFORMS
ruby
DEPENDENCIES
activemerchant
andand
bootstrap-sass (= 2.3.1.0)
capistrano
coffee-rails (~> 4.0.0)
enumerize (~> 0.7)
font-awesome-sass
geoip
haml
hashie
jquery-rails
newrelic_rpm
pg
rails (~> 4.0.0)
recaptcha
sass-rails (~> 4.0.3)
spree!
spree_address_book!
spree_auth_devise!
spree_comments!
spree_i18n!
spree_print_invoice!
spree_social!
spree_static_content!
spree_store_credits!
therubyracer
turbolinks
uglifier (>= 1.0.3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment