diff --git a/Gemfile b/Gemfile index 282079f..e27c609 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index 07ed638..670265d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM minitest (5.14.1) msgpack (1.3.3) msgpack (1.3.3-x64-mingw32) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) nokogiri (1.10.9-x64-mingw32) @@ -123,7 +123,7 @@ GEM polyamorous (2.3.2) activerecord (>= 5.2.1) public_suffix (4.0.5) - puma (4.3.5) + puma (4.3.12) nio4r (~> 2.0) rack (2.2.2) rack-proxy (0.6.5) @@ -269,7 +269,7 @@ DEPENDENCIES haml jbuilder (~> 2.7) pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.2) rails-controller-testing ransack