We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c4eca7 + b82be93 commit 12015adCopy full SHA for 12015ad
puma-plugin-systemd.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
11
spec.files = Dir["lib/**/*.rb", "README.md", "LICENSE"]
12
13
- spec.add_runtime_dependency "puma", "~> 3.6"
+ spec.add_runtime_dependency "puma", ">= 3.6", "< 5"
14
spec.add_runtime_dependency "json"
15
16
spec.add_development_dependency "bundler", "~> 1.13"
0 commit comments