Skip to content

Commit

Permalink
Set minimum Ruby version appropriately.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 7, 2024
1 parent b86eebf commit ebbd406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
min_version: 2.4
min_version: 2.6

test:
needs: ruby-versions
Expand Down
2 changes: 1 addition & 1 deletion webrick.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Gem::Specification.new do |s|
"lib/webrick/version.rb",
"webrick.gemspec",
]
s.required_ruby_version = ">= 2.4.0"
s.required_ruby_version = ">= 2.6.0"

s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU", "Eric Wong"]
s.email = [nil, nil, 'normal@ruby-lang.org']
Expand Down

0 comments on commit ebbd406

Please sign in to comment.