diff --git a/api/Gemfile b/api/Gemfile index c63b895..832da74 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 7.0.4' gem 'sqlite3', '~> 1.4' # Use the Puma web server [https://github.com/puma/puma] -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem 'jbuilder', '~> 2.11' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index aed93d1..71e2653 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -127,7 +127,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.7.3) nokogiri (1.14.2-x86_64-linux) racc (~> 1.4) parallel (1.23.0) @@ -135,7 +135,7 @@ GEM ast (~> 2.4.1) pg (1.5.4) pkg-config (1.5.5) - puma (5.6.5) + puma (5.6.8) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) @@ -248,7 +248,7 @@ DEPENDENCIES jbuilder (~> 2.11) jwt (~> 2.7) pg (~> 1.1) - puma (~> 5.0) + puma (~> 5.6) rails (~> 7.0.4) rmagick (~> 5.3) rspec-rails (~> 6.0)