diff --git a/rails-api/Gemfile b/rails-api/Gemfile index 94e2cc9c..a35657cd 100644 --- a/rails-api/Gemfile +++ b/rails-api/Gemfile @@ -4,7 +4,7 @@ ruby ">= 3.3.0" gem "bootsnap", "1.19.0", require: false gem "pg", "1.6.2" -gem "puma", "7.1.0" +gem "puma", "7.2.1" gem "rack-cors", "3.0.0" gem "rails", "8.0.4.1" diff --git a/rails-api/Gemfile.lock b/rails-api/Gemfile.lock index 0f003838..5ea6c538 100644 --- a/rails-api/Gemfile.lock +++ b/rails-api/Gemfile.lock @@ -164,7 +164,7 @@ GEM psych (5.3.1) date stringio - puma (7.1.0) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -290,7 +290,7 @@ DEPENDENCIES bundler-audit (= 0.9.2) debug (= 1.11.0) pg (= 1.6.2) - puma (= 7.1.0) + puma (= 7.2.1) rack-cors (= 3.0.0) rails (= 8.0.4.1) rspec-rails (= 8.0.2)