Skip to content

Commit e6ab6d7

Browse files
committed
Drop to Ruby 2.4 and 2.5
1 parent 5acff10 commit e6ab6d7

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
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ 2.7, 2.6, 2.5, 2.4, head ]
10+
ruby: [ 2.7, 2.6, head ]
1111
os: [ ubuntu-latest, macos-latest ]
1212
runs-on: ${{ matrix.os }}
1313
steps:

net-http.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.summary = %q{HTTP client api for Ruby.}
1414
spec.description = %q{HTTP client api for Ruby.}
1515
spec.homepage = "https://github.com/ruby/net-http"
16-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
16+
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
1717

1818
spec.metadata["homepage_uri"] = spec.homepage
1919
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)