diff --git a/Gemfile b/Gemfile index 4ce0ead..baf780e 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 7.2.0', '>= 7.2.3.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.6.0' # Use Puma as the app server -gem 'puma', '~> 6.1', '>= 6.1.1' +gem 'puma', '~> 7.2' # Use SCSS for stylesheets gem 'sassc-rails', '~> 2.1', '>= 2.1.2' gem 'turbo-rails', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index c840d71..b214301 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.23) @@ -471,7 +471,7 @@ DEPENDENCIES net-imap (>= 0.3.9) nokogiri (>= 1.18.9, < 1.19) pg (~> 1.4.5) - puma (~> 6.1, >= 6.1.1) + puma (~> 7.2) rack (>= 2.2.23) rails (~> 7.2.0, >= 7.2.3.1) rails-html-sanitizer (>= 1.4.4)