Skip to content

Commit d5d7799

Browse files
Update dependency puma to '~> 6.6'
1 parent b9393db commit d5d7799

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'rails', '~> 7.2.2'
1010
gem 'mysql2', '~> 0.5', '>= 0.5.6'
1111

1212
# Use the Puma web server [https://github.com/puma/puma]
13-
gem 'puma', '~> 6.4', '>= 6.4.3'
13+
gem 'puma', '~> 6.6'
1414

1515
# Process ZIP archives
1616
gem 'rubyzip', '~> 2.3', '>= 2.3.2'

api/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ GEM
201201
psych (5.2.3)
202202
date
203203
stringio
204-
puma (6.5.0)
204+
puma (6.6.0)
205205
nio4r (~> 2.0)
206206
racc (1.8.1)
207207
rack (3.1.12)
@@ -327,7 +327,7 @@ DEPENDENCIES
327327
faker (~> 3.5.1)
328328
mocha (~> 2.7.1)
329329
mysql2 (~> 0.5, >= 0.5.6)
330-
puma (~> 6.4, >= 6.4.3)
330+
puma (~> 6.6)
331331
rack-cors
332332
rails (~> 7.2.2)
333333
rubocop-minitest (~> 0.36.0)

0 commit comments

Comments
 (0)