Skip to content

Commit 618e19c

Browse files
authored
[ruby/rack] Update puma to 7.0.0-pre1 (#10049)
1 parent 222d7a1 commit 618e19c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frameworks/Ruby/rack/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group :pitchfork, optional: true do
3333
end
3434

3535
group :puma, optional: true do
36-
gem 'puma', '~> 6.5'
36+
gem 'puma', '7.0.0.pre1'
3737
end
3838

3939
group :unicorn, optional: true do

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GEM
9494
protocol-rack (0.11.2)
9595
protocol-http (~> 0.43)
9696
rack (>= 1.0)
97-
puma (6.6.0)
97+
puma (7.0.0.pre1)
9898
nio4r (~> 2.0)
9999
racc (1.8.1)
100100
rack (3.2.0)
@@ -156,7 +156,7 @@ DEPENDENCIES
156156
passenger (~> 6.0)
157157
pg (~> 1.5)
158158
pitchfork (~> 0.17)
159-
puma (~> 6.5)
159+
puma (= 7.0.0.pre1)
160160
rack (~> 3.0)
161161
rack-test
162162
rubocop

frameworks/Ruby/rack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The tests were run with:
1515
* [JRuby 9.4](http://jruby.org/)
1616
* [Rack 3.1](http://rack.github.com/)
1717
* [Unicorn 6.1.0](http://unicorn.bogomips.org/)
18-
* [Puma 6.4](http://puma.io/)
18+
* [Puma 7](http://puma.io/)
1919
* [Iodine](https://github.com/boazsegev/iodine)
2020
* [Falcon](https://github.com/socketry/falcon)
2121
* [Pitchfork](https://github.com/Shopify/pitchfork)

0 commit comments

Comments
 (0)