Skip to content

Commit

Permalink
Drop to support Ruby 2.2 because rubygems.org will not support V1 API…
Browse files Browse the repository at this point in the history
… and bundler 1.x
  • Loading branch information
hsbt committed Apr 11, 2023
1 parent 43c0177 commit 704c2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
min_version: 2.2
min_version: 2.3
engine: cruby-jruby
versions: '["truffleruby"]'

Expand Down
2 changes: 1 addition & 1 deletion rake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ Rake has the following features:
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
s.require_paths = ["lib".freeze]

s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze)
s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze)
s.rdoc_options = ["--main".freeze, "README.rdoc".freeze]
end

0 comments on commit 704c2f1

Please sign in to comment.