diff --git a/Gemfile b/Gemfile index 90feb0d35..809a459af 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'concurrent-ruby', '1.3.4' # REMOVE THIS WHEN YOU UPDATE TO RAILS 7. # Use mysql2 as the database for Active Record gem 'mysql2', '~> 0.5.6' # Use puma as the web host -gem 'puma', '~> 6.4' +gem 'puma', '~> 7.2' # "Internal" EOL gems: gem 'eol_terms', git: 'https://github.com/EOL/eol_terms.git', branch: 'main' diff --git a/Gemfile.lock b/Gemfile.lock index b7cf3c71b..5706d0ed8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -316,7 +316,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -335,7 +335,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (6.0.2) - puma (6.4.2) + puma (7.2.1) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -571,7 +571,7 @@ DEPENDENCIES net-http oj (~> 3.13) pry-rails - puma (~> 6.4) + puma (~> 7.2) pundit (~> 2.1) rack-cors rails (= 6.1.7.7)