Skip to content

Commit ea94066

Browse files
authored
Merge pull request #17 from jeremyevans/required-ruby-version-unpack1
Bump required_ruby_version to 2.4.0
2 parents 6e049ef + 7c75e80 commit ea94066

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
@@ -6,7 +6,7 @@ jobs:
66
ruby-versions:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
9-
min_version: 2.5
9+
min_version: 2.4
1010
test:
1111
needs: ruby-versions
1212
name: build (${{ matrix.ruby }} / ${{ matrix.os }})

base64.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.summary = %q{Support for encoding and decoding binary data using a Base64 representation.}
1515
spec.description = %q{Support for encoding and decoding binary data using a Base64 representation.}
1616
spec.homepage = "https://github.com/ruby/base64"
17-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
17+
spec.required_ruby_version = Gem::Requirement.new(">= 2.4")
1818
spec.licenses = ["Ruby", "BSD-2-Clause"]
1919

2020
spec.metadata["homepage_uri"] = spec.homepage

0 commit comments

Comments
 (0)