Skip to content

Commit

Permalink
Merge pull request #94 from rus-max/patch-1
Browse files Browse the repository at this point in the history
Relax puma dependency
  • Loading branch information
schneems authored Sep 22, 2020
2 parents 6f960d0 + cd5f158 commit 7fb1ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Main

- Relax puma dependency (#94)

## 0.3.0

- Test on recent ruby versions #84
Expand Down
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 7fb1ea1

Please sign in to comment.