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 109109 psych (5.2.2 )
110110 date
111111 stringio
112- puma (6.4.3 )
112+ puma (7.0.2 )
113113 nio4r (~> 2.0 )
114114 raabro (1.4.0 )
115115 racc (1.8.1 )
@@ -203,7 +203,7 @@ DEPENDENCIES
203203 mocha
204204 mysql2
205205 pg
206- puma
206+ puma ( ~> 7.0 )
207207 rdoc
208208 rubocop-rails-omakase
209209 solid_queue !
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
3535 spec . add_development_dependency "appraisal"
3636 spec . add_development_dependency "debug" , "~> 1.9"
3737 spec . add_development_dependency "mocha"
38- spec . add_development_dependency "puma"
38+ spec . add_development_dependency "puma" , "~> 7.0"
3939 spec . add_development_dependency "mysql2"
4040 spec . add_development_dependency "pg"
4141 spec . add_development_dependency "sqlite3"
You can’t perform that action at this time.
0 commit comments