diff --git a/Gemfile b/Gemfile index 3e6d3d5..dfde3fc 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby(File.read(".ruby-version").chomp) gem "rails", "~> 8.0.1" -gem "puma", "~> 6.5" +gem "puma", "~> 6.6" gem "httparty" group :development do diff --git a/Gemfile.lock b/Gemfile.lock index f9abe4e..ea9bd07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM date stringio public_suffix (6.0.1) - puma (6.5.0) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -276,7 +276,7 @@ DEPENDENCIES debug dotenv-rails httparty - puma (~> 6.5) + puma (~> 6.6) rack-attack rails (~> 8.0.1) rspec-rails