diff --git a/Gemfile b/Gemfile index c83e943..44529fc 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 7.1.4.1' gem 'pg', '~> 1.1' -gem 'puma', '~> 6.4.0' +gem 'puma', '~> 6.5.0' gem 'redis', '~> 5.0' gem 'bcrypt', '~> 3.1.7' gem 'bootsnap', '>= 1.4.4', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 15ebebd..974fb94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -345,7 +345,7 @@ GEM psych (5.2.0) stringio public_suffix (5.0.3) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (2.2.10) @@ -580,7 +580,7 @@ DEPENDENCIES pdfkit pg (~> 1.1) pg_search - puma (~> 6.4.0) + puma (~> 6.5.0) rails (~> 7.1.4.1) redis (~> 5.0) rexml (~> 3.3.9)