move unicorn into the heroku group till we decide if we switch completly to it or not
This commit is contained in:
parent
17bd7eee13
commit
641cedf343
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -7,7 +7,6 @@ gem 'foreman', '0.27.0'
|
|||
gem 'whenever'
|
||||
|
||||
gem 'thin', '~> 1.3.1', :require => false
|
||||
gem 'unicorn', '~> 4.1.1', :require => false
|
||||
|
||||
# authentication
|
||||
|
||||
|
|
@ -39,6 +38,7 @@ end
|
|||
|
||||
group :heroku do
|
||||
gem 'pg'
|
||||
gem 'unicorn', '~> 4.1.1', :require => false
|
||||
end
|
||||
|
||||
gem 'settingslogic', :git => 'git://github.com/binarylogic/settingslogic.git'
|
||||
|
|
|
|||
Loading…
Reference in a new issue