diff --git a/Gemfile b/Gemfile index cfc3775..94e5f35 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :production do gem 'newrelic_rpm' end -gem 'puma', '2.14.0' +gem 'puma', '3.12.4' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index b6d613f..b5cad7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,7 @@ GEM omniauth (~> 1.0) orm_adapter (0.5.0) pg (0.17.1) - puma (2.14.0) + puma (3.12.4) quiet_assets (1.0.2) railties (>= 3.1, < 5.0) rack (1.5.5) @@ -241,7 +241,7 @@ DEPENDENCIES omniauth-bitbucket omniauth-github pg - puma (= 2.14.0) + puma (= 3.12.4) quiet_assets rails (= 4.0.13) rspec-collection_matchers