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
33
33
end
34
34
35
35
group :puma , optional : true do
36
- gem 'puma' , '~> 6.5 '
36
+ gem 'puma' , '7.0.0.pre1 '
37
37
end
38
38
39
39
group :unicorn , optional : true do
Original file line number Diff line number Diff line change 94
94
protocol-rack (0.11.2 )
95
95
protocol-http (~> 0.43 )
96
96
rack (>= 1.0 )
97
- puma (6.6.0 )
97
+ puma (7.0.0.pre1 )
98
98
nio4r (~> 2.0 )
99
99
racc (1.8.1 )
100
100
rack (3.2.0 )
@@ -156,7 +156,7 @@ DEPENDENCIES
156
156
passenger (~> 6.0 )
157
157
pg (~> 1.5 )
158
158
pitchfork (~> 0.17 )
159
- puma (~> 6.5 )
159
+ puma (= 7.0.0.pre1 )
160
160
rack (~> 3.0 )
161
161
rack-test
162
162
rubocop
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The tests were run with:
15
15
* [ JRuby 9.4] ( http://jruby.org/ )
16
16
* [ Rack 3.1] ( http://rack.github.com/ )
17
17
* [ Unicorn 6.1.0] ( http://unicorn.bogomips.org/ )
18
- * [ Puma 6.4 ] ( http://puma.io/ )
18
+ * [ Puma 7 ] ( http://puma.io/ )
19
19
* [ Iodine] ( https://github.com/boazsegev/iodine )
20
20
* [ Falcon] ( https://github.com/socketry/falcon )
21
21
* [ Pitchfork] ( https://github.com/Shopify/pitchfork )
You can’t perform that action at this time.
0 commit comments