diff --git a/Gemfile b/Gemfile index 1c4c5d457..c9b2b3843 100644 --- a/Gemfile +++ b/Gemfile @@ -124,6 +124,7 @@ group :development do # deploy gem 'mina', '0.3.1' # for fast deployment + gem 'puma' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index c9a17e96c..208306b38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,6 +351,7 @@ GEM method_source (~> 0.8.1) slop (~> 3.4) public_suffix (2.0.5) + puma (3.8.2) que (0.10.0) que-web (0.4.0) erubis @@ -608,6 +609,7 @@ DEPENDENCIES phantomjs-binaries (= 1.9.2.4) poltergeist (= 1.6.0) pry (= 0.10.1) + puma que (= 0.10.0) que-web (= 0.4.0) que_mailer!