diff --git a/Gemfile b/Gemfile index 7fd7f0e..185bb25 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'rails', '~> 5.2.3' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 90155db..513ffe0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM mini_portile2 (~> 2.4.0) pg (1.1.4) public_suffix (4.0.1) - puma (3.12.1) + puma (3.12.2) rabl-rails (0.5.5) activesupport (>= 4.2) concurrent-ruby (~> 1.0, >= 1.0.2) @@ -230,7 +230,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) milligram pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rabl-rails rails (~> 5.2.3) redis (~> 4.0)