mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 07:38:10 -05:00
move unicorn into the heroku group till we decide if we switch completly to it or not
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user