diff --git a/Gemfile b/Gemfile index 046401e..01f23fb 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.2' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.4.4', '< 0.6.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 016e2a7..a250e83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,7 @@ GEM nio4r (2.3.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-proxy (0.6.5) rack @@ -195,7 +195,7 @@ DEPENDENCIES material_icons materialize-sass mysql2 (>= 0.4.4, < 0.6.0) - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.2) sass-rails (~> 5.0) spring