diff --git a/Gemfile b/Gemfile index ff322343..576a970f 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'paper_trail', '~> 16.0' gem 'paranoia', '~> 3.0', '>= 3.0.1' gem 'pg', '~> 1.6', '>= 1.6.1' gem 'phonelib', '~> 0.10', '>= 0.10.11' -gem 'puma', '~> 6.6', '>= 6.6.1' +gem 'puma', '~> 7.1' gem 'pundit', '~> 2.5' gem 'rack-attack', '~> 6.7' gem 'rack-cors', '~> 3.0', require: 'rack/cors' diff --git a/Gemfile.lock b/Gemfile.lock index a790f37a..2a3d98c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -276,8 +276,8 @@ GEM net-smtp (0.5.1) net-protocol netrc (0.11.0) - nio4r (2.7.4) - nio4r (2.7.4-java) + nio4r (2.7.5) + nio4r (2.7.5-java) nokogiri (1.18.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -323,9 +323,9 @@ GEM date jar-dependencies (>= 0.1.7) public_suffix (6.0.1) - puma (6.6.1) + puma (7.1.0) nio4r (~> 2.0) - puma (6.6.1-java) + puma (7.1.0-java) nio4r (~> 2.0) pundit (2.5.0) activesupport (>= 3.0.0) @@ -612,7 +612,7 @@ DEPENDENCIES phonelib (~> 0.10, >= 0.10.11) pry-byebug (~> 3.11) pry-rails (~> 0.3, >= 0.3.11) - puma (~> 6.6, >= 6.6.1) + puma (~> 7.1) pundit (~> 2.5) rack-attack (~> 6.7) rack-cors (~> 3.0)