Skip to content

Commit 12015ad

Browse files
authored
Merge pull request #10 from ehelms/allow-puma-4
Fixes #8 - Allow Puma 4.Y
2 parents 6c4eca7 + b82be93 commit 12015ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puma-plugin-systemd.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010

1111
spec.files = Dir["lib/**/*.rb", "README.md", "LICENSE"]
1212

13-
spec.add_runtime_dependency "puma", "~> 3.6"
13+
spec.add_runtime_dependency "puma", ">= 3.6", "< 5"
1414
spec.add_runtime_dependency "json"
1515

1616
spec.add_development_dependency "bundler", "~> 1.13"

0 commit comments

Comments
 (0)