Skip to content

Instantly share code, notes, and snippets.

@HeroicEric
Created September 16, 2011 16:39
Show Gist options
  • Save HeroicEric/1222507 to your computer and use it in GitHub Desktop.
Save HeroicEric/1222507 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.1.0'
gem 'sqlite3'
gem 'spree', :git => 'git://github.com/spree/spree.git'
gem 'haml-rails'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', " ~> 3.1.0"
gem 'coffee-rails', "~> 3.1.0"
gem 'uglifier'
end
gem 'jquery-rails'
group :test do
# Pretty printed test output
gem 'turn', :require => false
end
# Telrepco Theme
gem 'spree_telrepco_theme', :path => 'spree_telrepco_theme'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment