We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ba85e commit 7173750Copy full SHA for 7173750
.github/workflows/test.yaml
@@ -21,6 +21,9 @@ jobs:
21
- macos
22
23
ruby:
24
+ - "2.4"
25
+ - "2.5"
26
+ - "2.6"
27
- "2.7"
28
- "3.0"
29
- "3.1"
rackup.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
17
spec.executables = ["rackup"]
18
19
- spec.required_ruby_version = ">= 2.4.0"
+ spec.required_ruby_version = ">= 2.4"
20
spec.add_dependency "rack", ">= 3"
spec.add_dependency "webrick", "~> 1.8"
0 commit comments