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:
parent
cf2c12d98b
commit
840058298d
1 changed files with 5 additions and 2 deletions
7
Gemfile
7
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue