Skip to content

Commit ff8f9b4

Browse files
committed
Drop support for Ruby 2.6
1 parent 94523de commit ff8f9b4

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.6
10+
min_version: 2.7
1111

1212
test:
1313
needs: ruby-versions

net-http.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.summary = %q{HTTP client api for Ruby.}
2222
spec.description = %q{HTTP client api for Ruby.}
2323
spec.homepage = "https://github.com/ruby/net-http"
24-
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
24+
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
2525
spec.licenses = ["Ruby", "BSD-2-Clause"]
2626

2727
spec.metadata["changelog_uri"] = spec.homepage + "/releases"

0 commit comments

Comments
 (0)