Skip to content

Instantly share code, notes, and snippets.

@alexhartley
Created October 6, 2012 16:58
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 alexhartley/3845475 to your computer and use it in GitHub Desktop.
Save alexhartley/3845475 to your computer and use it in GitHub Desktop.
Gem file for spree store
source 'http://rubygems.org'
ruby '1.9.3'
gem 'rails', '3.2.7'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
group :development, :test do
gem 'taps', :require => false
gem 'sqlite3'
end
gem 'pg'
gem 'thin'
gem "heroku"
gem 'activeadmin'
gem "meta_search", '>= 1.1.0.pre'
gem "rdiscount", "~> 1.6.8"
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails'
gem 'coffee-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :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
# gem 'capistrano'
# To use debugger
# gem 'debugger'
gem 'spree', '1.1.3'
gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git'
gem 'spree_gateway', :git => 'git://github.com/spree/spree_gateway.git', :branch => "master"
gem "spree_paypal_express", :git => "git://github.com/spree/spree_paypal_express.git"
gem 'spree_heroku', :git => 'git://github.com/wiseleyb/spree-heroku.git'
gem 'aws-s3'
gem 'friendly_id'
gem 'dalli'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment