Skip to content

Commit

Permalink
Set Ruby v2.5 as the minimum.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 23, 2024
1 parent 7173750 commit 3f1af53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- macos

ruby:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
Expand Down
2 changes: 1 addition & 1 deletion rackup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.executables = ["rackup"]

spec.required_ruby_version = ">= 2.4"
spec.required_ruby_version = ">= 2.5"

spec.add_dependency "rack", ">= 3"
spec.add_dependency "webrick", "~> 1.8"
Expand Down

0 comments on commit 3f1af53

Please sign in to comment.