diff --git a/Gemfile b/Gemfile index 99871c5..6e218f2 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'rails', '~> 7.1.5.2' #gem 'sqlite3' gem 'pg', '~> 1.5.9' # Use Puma as the app server -gem 'puma', '~> 5.6.9' +gem 'puma', '~> 7.2.1' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index a65b7f1..3a65110 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -207,7 +207,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.19.3-aarch64-linux-gnu) racc (~> 1.4) nokogiri (1.19.3-arm64-darwin) @@ -225,7 +225,7 @@ GEM date stringio public_suffix (7.0.5) - puma (5.6.9) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.23) @@ -365,7 +365,7 @@ DEPENDENCIES letter_opener (~> 1.7.0) listen (>= 3.0.5, < 3.2) pg (~> 1.5.9) - puma (~> 5.6.9) + puma (~> 7.2.1) rails (~> 7.1.5.2) rb-readline rss (~> 0.3.1)