We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9393db commit d5d7799Copy full SHA for d5d7799
api/Gemfile
@@ -10,7 +10,7 @@ gem 'rails', '~> 7.2.2'
10
gem 'mysql2', '~> 0.5', '>= 0.5.6'
11
12
# Use the Puma web server [https://github.com/puma/puma]
13
-gem 'puma', '~> 6.4', '>= 6.4.3'
+gem 'puma', '~> 6.6'
14
15
# Process ZIP archives
16
gem 'rubyzip', '~> 2.3', '>= 2.3.2'
api/Gemfile.lock
@@ -201,7 +201,7 @@ GEM
201
psych (5.2.3)
202
date
203
stringio
204
- puma (6.5.0)
+ puma (6.6.0)
205
nio4r (~> 2.0)
206
racc (1.8.1)
207
rack (3.1.12)
@@ -327,7 +327,7 @@ DEPENDENCIES
327
faker (~> 3.5.1)
328
mocha (~> 2.7.1)
329
mysql2 (~> 0.5, >= 0.5.6)
330
- puma (~> 6.4, >= 6.4.3)
+ puma (~> 6.6)
331
rack-cors
332
rails (~> 7.2.2)
333
rubocop-minitest (~> 0.36.0)
0 commit comments