diff --git a/Gemfile b/Gemfile index 73da73ac..7b594f0f 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "after_commit_everywhere", "~> 1.4" gem "pg", "~> 1.5" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.4" +gem "puma", "~> 6.5" # Used for sorting/ordering of pages object gem "acts_as_list" diff --git a/Gemfile.lock b/Gemfile.lock index 5cd99a50..fa720005 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM psych (5.2.0) stringio public_suffix (5.0.4) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -348,7 +348,7 @@ DEPENDENCIES lograge paper_trail pg (~> 1.5) - puma (~> 6.4) + puma (~> 6.5) rails (~> 7.2.2) reverse_markdown (~> 3.0) rspec-rails