Skip to content

Commit

Permalink
Bump puma to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed Jun 26, 2019
1 parent a36748e commit a7d4bb4
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 @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency "puma", ">= 2.7", "< 4"
gem.add_dependency "puma", ">= 2.7", "< 5"
gem.add_dependency "get_process_mem", "~> 0.2"
gem.add_development_dependency "rack", "~> 1.6"
gem.add_development_dependency "wait_for_it", "~> 0.1"
Expand Down

0 comments on commit a7d4bb4

Please sign in to comment.