File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 109
109
psych (5.2.2 )
110
110
date
111
111
stringio
112
- puma (6.4.3 )
112
+ puma (7.0.2 )
113
113
nio4r (~> 2.0 )
114
114
raabro (1.4.0 )
115
115
racc (1.8.1 )
@@ -203,7 +203,7 @@ DEPENDENCIES
203
203
mocha
204
204
mysql2
205
205
pg
206
- puma
206
+ puma ( ~> 7.0 )
207
207
rdoc
208
208
rubocop-rails-omakase
209
209
solid_queue !
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
spec . add_development_dependency "appraisal"
36
36
spec . add_development_dependency "debug" , "~> 1.9"
37
37
spec . add_development_dependency "mocha"
38
- spec . add_development_dependency "puma"
38
+ spec . add_development_dependency "puma" , "~> 7.0"
39
39
spec . add_development_dependency "mysql2"
40
40
spec . add_development_dependency "pg"
41
41
spec . add_development_dependency "sqlite3"
You can’t perform that action at this time.
0 commit comments