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 94523de commit ff8f9b4Copy full SHA for ff8f9b4
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
8
with:
9
engine: cruby
10
- min_version: 2.6
+ min_version: 2.7
11
12
test:
13
needs: ruby-versions
net-http.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
spec.summary = %q{HTTP client api for Ruby.}
22
spec.description = %q{HTTP client api for Ruby.}
23
spec.homepage = "https://github.com/ruby/net-http"
24
- spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
25
spec.licenses = ["Ruby", "BSD-2-Clause"]
26
27
spec.metadata["changelog_uri"] = spec.homepage + "/releases"
0 commit comments