diff --git a/Gemfile b/Gemfile index 9ca6fc8..2abbafa 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.1.2" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 6.1.4" # Use Puma as the app server -gem "puma", "~> 5.6" +gem "puma", "~> 6.3" # Best database int the world gem "pg" # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 833f1ba..29b91c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,7 +317,7 @@ GEM net-smtp (0.3.3) net-protocol net-ssh (7.0.1) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -334,7 +334,7 @@ GEM activerecord (>= 5.2) activesupport (>= 5.2) public_suffix (5.0.1) - puma (5.6.4) + puma (6.3.0) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) @@ -605,7 +605,7 @@ DEPENDENCIES oj pg pg_search - puma (~> 5.6) + puma (~> 6.3) rack-mini-profiler rails (~> 6.1.4) ransack