Skip to content

Commit 42b0946

Browse files
Merge pull request #8676 from TechEmpower/dependabot/bundler/frameworks/Ruby/rack/puma-6.4.2
Bump puma from 6.3.1 to 6.4.2 in /frameworks/Ruby/rack
2 parents 6e4fa67 + 9bb3a10 commit 42b0946

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frameworks/Ruby/rack/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'jdbc-postgres', '~> 42.2', platforms: :jruby, require: 'jdbc/postgres'
99
gem 'json', '~> 2.6', platforms: :jruby
1010
gem 'oj', '~> 3.14', platforms: %i[ruby mswin]
1111
gem 'pg', '~>1.5', platforms: %i[ruby mswin]
12-
gem 'puma', '~> 6.3'
12+
gem 'puma', '~> 6.4'
1313
gem 'sequel'
1414
gem 'sequel_pg', platforms: %i[ruby mswin]
1515
gem 'tzinfo-data', '1.2023.3'

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
kgio (2.11.4)
4848
localhost (1.1.10)
4949
mapping (1.1.1)
50-
nio4r (2.5.9)
50+
nio4r (2.7.0)
5151
oj (3.14.2)
5252
openssl (3.1.0)
5353
parallel (1.23.0)
@@ -67,7 +67,7 @@ GEM
6767
protocol-rack (0.2.4)
6868
protocol-http (~> 0.23)
6969
rack (>= 1.0)
70-
puma (6.3.1)
70+
puma (6.4.2)
7171
nio4r (~> 2.0)
7272
rack (3.0.7)
7373
rack-test (2.1.0)
@@ -118,7 +118,7 @@ DEPENDENCIES
118118
json (~> 2.6)
119119
oj (~> 3.14)
120120
pg (~> 1.5)
121-
puma (~> 6.3)
121+
puma (~> 6.4)
122122
rack (~> 3.0)
123123
rack-test
124124
rubocop

0 commit comments

Comments
 (0)