DC MS; make heroku gem its own group. if your user does not have a home directory, you will need to bundle --without heroku in production

This commit is contained in:
Maxwell Salzberg 2012-01-04 15:05:49 -08:00
parent cf2c12d98b
commit 840058298d

View file

@ -45,9 +45,8 @@ end
# configuration
gem 'settingslogic', '2.0.6'
gem 'heroku'
gem 'settingslogic', '2.0.6'
# database
gem 'activerecord-import'
@ -119,6 +118,10 @@ gem 'jasmine', '~> 1.1.2'
### GROUPS ####
group :heroku do
gem 'heroku'
end
group :test do
gem 'capybara', '~> 1.1.2'
gem 'cucumber-rails', '1.2.1'