diff --git a/Gemfile b/Gemfile index 5692145..b7b8cf0 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'rails', '~> 6.1' gem 'bootsnap', '~> 1.10', require: false # Use Puma as the app server -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.1' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index f4da933..a7fef2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM ast (~> 2.4.1) pg (1.3.3) public_suffix (4.0.6) - puma (5.6.1) + puma (6.1.1) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -352,7 +352,7 @@ DEPENDENCIES nullalign overcommit pg (>= 0.18, < 2.0) - puma (~> 5.6) + puma (~> 6.1) rails (~> 6.1) rails_best_practices reek