diff --git a/Gemfile b/Gemfile index c790a535..80ea5828 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "bootstrap-sass", "3.4.1" # Use sqlite3 as the database for Active Record # gem 'sqlite3' # Use Puma as the app server -gem "puma", "~> 6.5" +gem "puma", "~> 7.2" # Use SCSS for stylesheets gem "sass-rails", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index e7b7110c..f4346777 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM newrelic_rpm (9.5.0) next_rails (1.3.0) colorize (>= 0.8.1) - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.18.8-arm64-darwin) racc (~> 1.4) nokogiri (1.18.8-x86_64-darwin) @@ -274,7 +274,7 @@ GEM date stringio public_suffix (5.0.3) - puma (6.6.0) + puma (7.2.1) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -502,7 +502,7 @@ DEPENDENCIES next_rails ombu_labs-auth pg - puma (~> 6.5) + puma (~> 7.2) pundit (~> 2.2) rack-mini-profiler rails (~> 7.1.0)