File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ group :pitchfork, optional: true do
3333end
3434
3535group :puma , optional : true do
36- gem 'puma' , '~> 6.5 '
36+ gem 'puma' , '7.0.0.pre1 '
3737end
3838
3939group :unicorn , optional : true do
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments