Skip to content

Commit

Permalink
[changelog skip] Update rake and rack
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Aug 18, 2020
1 parent 3497a87 commit 8eba1d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puma_worker_killer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |gem|

gem.add_dependency 'get_process_mem', '~> 0.2'
gem.add_dependency 'puma', '>= 2.7', '< 5'
gem.add_development_dependency 'rack', '~> 1.6'
gem.add_development_dependency 'rake', '~> 10.1'
gem.add_development_dependency 'rack', '~> 2.0'
gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'test-unit', '>= 0'
gem.add_development_dependency 'wait_for_it', '~> 0.1'
end

0 comments on commit 8eba1d1

Please sign in to comment.