diff --git a/Gemfile b/Gemfile index f74334da79..94d3f70793 100644 --- a/Gemfile +++ b/Gemfile @@ -71,6 +71,7 @@ group :test, :development do gem 'timecop' gem 'poltergeist' gem 'json_spec' + gem 'unicorn-rails' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index edeb4f6553..e981d05df8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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!