Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created August 26, 2011 07:39
Show Gist options
  • Save BDQ/1172918 to your computer and use it in GitHub Desktop.
Save BDQ/1172918 to your computer and use it in GitHub Desktop.
Spree edge Rails 3.1.0rc6
source 'http://rubygems.org'
gem 'rails', '3.1.0.rc6'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
gem 'json'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', " ~> 3.1.0.rc"
gem 'coffee-rails', "~> 3.1.0.rc"
gem 'uglifier'
end
gem 'jquery-rails'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
gem 'spree', :git => 'git://github.com/spree/spree.git'
gem 'spree_rdr_theme', :git => 'git://github.com/spree/spree_rdr_theme.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment