mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Added unicorn-rails gem for running unicorn in dev.
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -71,6 +71,7 @@ group :test, :development do
|
||||
gem 'timecop'
|
||||
gem 'poltergeist'
|
||||
gem 'json_spec'
|
||||
gem 'unicorn-rails'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
||||
@@ -448,6 +448,9 @@ GEM
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
raindrops (~> 0.7)
|
||||
unicorn-rails (1.1.0)
|
||||
rack
|
||||
unicorn
|
||||
uuidtools (2.1.4)
|
||||
versioncake (0.4.0)
|
||||
actionpack (>= 3.0)
|
||||
@@ -519,5 +522,6 @@ DEPENDENCIES
|
||||
turn (~> 0.8.3)
|
||||
uglifier (>= 1.0.3)
|
||||
unicorn
|
||||
unicorn-rails
|
||||
webmock
|
||||
zurb-foundation!
|
||||
|
||||
Reference in New Issue
Block a user