File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }})
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments