diff --git a/Gemfile b/Gemfile index 234d437..8c3b2a6 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.3', '>= 6.0.3.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' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index bc7164c..1e9db09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,12 +110,12 @@ GEM minitest (5.14.1) msgpack (1.3.3) multi_json (1.15.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pg (1.2.3) public_suffix (4.0.5) - puma (4.3.5) + puma (4.3.12) nio4r (~> 2.0) rack (2.2.3) rack-cors (1.1.1) @@ -220,7 +220,7 @@ DEPENDENCIES jwt listen (~> 3.2) pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.3, >= 6.0.3.2) rspec-rails (~> 4.0.0)