diff --git a/Gemfile b/Gemfile index bbf57b9..5aeae8c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby "3.2.2" gem "rails", "~> 7.0.7" gem "propshaft", "~> 0.7.0" gem "pg", "~> 1.1" -gem "puma", "~> 6.3.0" +gem "puma", "~> 6.4.0" gem "jsbundling-rails" gem "turbo-rails" gem "stimulus-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 6f67693..1889400 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,7 +242,7 @@ GEM psych (5.1.1) stringio public_suffix (5.0.3) - puma (6.3.1) + puma (6.4.0) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -427,7 +427,7 @@ DEPENDENCIES pagy (~> 6.0.4) pg (~> 1.1) propshaft (~> 0.7.0) - puma (~> 6.3.0) + puma (~> 6.4.0) pundit rails (~> 7.0.7) redis (~> 5.0)