Skip to content

Commit

Permalink
Relax puma dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rus-max authored Sep 19, 2020
1 parent 6f960d0 commit 15f974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puma_worker_killer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.add_dependency 'get_process_mem', '~> 0.2'
gem.add_dependency 'puma', '>= 2.7', '< 5'
gem.add_dependency 'puma', '>= 2.7'
gem.add_development_dependency 'rack', '~> 2.0'
gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'test-unit', '>= 0'
Expand Down

0 comments on commit 15f974a

Please sign in to comment.