diff --git a/api/Gemfile b/api/Gemfile index b5c3204d8..905ca991e 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 7.1.3', '>= 7.1.3.3' gem 'mysql2', '~> 0.5', '>= 0.5.6' # Use the Puma web server [https://github.com/puma/puma] -gem 'puma', '~> 6.4', '>= 6.4.2' +gem 'puma', '~> 6.4' # Process ZIP archives gem 'rubyzip', '~> 2.3', '>= 2.3.2' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index dbe0a043f..bac163172 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -199,7 +199,7 @@ GEM racc psych (5.1.2) stringio - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.0) rack (3.1.4) @@ -322,7 +322,7 @@ DEPENDENCIES faker (~> 3.4.1) mocha (~> 2.3.0) mysql2 (~> 0.5, >= 0.5.6) - puma (~> 6.4, >= 6.4.2) + puma (~> 6.4) rack-cors rails (~> 7.1.3, >= 7.1.3.3) rubocop-minitest (~> 0.35.0)