Skip to content

Commit ebbd406

Browse files
committed
Set minimum Ruby version appropriately.
1 parent b86eebf commit ebbd406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
99
engine: cruby
10-
min_version: 2.4
10+
min_version: 2.6
1111

1212
test:
1313
needs: ruby-versions

webrick.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Gem::Specification.new do |s|
5555
"lib/webrick/version.rb",
5656
"webrick.gemspec",
5757
]
58-
s.required_ruby_version = ">= 2.4.0"
58+
s.required_ruby_version = ">= 2.6.0"
5959

6060
s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU", "Eric Wong"]
6161
s.email = [nil, nil, '[email protected]']

0 commit comments

Comments
 (0)