diff --git a/Gemfile b/Gemfile index 1507eaf1..abcc5d2a 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "after_commit_everywhere", "~> 1.6" gem "pg", "~> 1.6" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.6" +gem "puma", "~> 7.0" # Used for sorting/ordering of pages object gem "acts_as_list" diff --git a/Gemfile.lock b/Gemfile.lock index e3fd46bd..894e35cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM date stringio public_suffix (5.0.4) - puma (6.6.1) + puma (7.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -398,7 +398,7 @@ DEPENDENCIES lograge paper_trail pg (~> 1.6) - puma (~> 6.6) + puma (~> 7.0) rails (~> 8.0.2) reverse_markdown (~> 3.0) rspec-rails