Skip to content

Commit

Permalink
Update required_ruby_version to 3.1 (#96)
Browse files Browse the repository at this point in the history
* Update required_ruby_version to 3.1

Signed-off-by: Samuel Giddins <[email protected]>

* Remove ruby 3.0 from matrix

Signed-off-by: Samuel Giddins <[email protected]>

---------

Signed-off-by: Samuel Giddins <[email protected]>
  • Loading branch information
segiddins authored Feb 25, 2025
1 parent e9e0297 commit f230e4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- { name: Windows, value: windows-2022 }

ruby:
- { name: "3.0", value: 3.0.6 }
- { name: "3.1", value: 3.1.4 }
- { name: "3.2", value: 3.2.2 }
- { name: "3.3", value: 3.3.6 }
Expand Down
2 changes: 1 addition & 1 deletion .rubocop-bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit_from:
- .rubocop_todo.yml

AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
Exclude:
- tmp/**/*
- lib/bundler/vendor/**/*
Expand Down
2 changes: 1 addition & 1 deletion compact_index.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.metadata["rubygems_mfa_required"] = "true"
spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 3.1.0"
end

0 comments on commit f230e4f

Please sign in to comment.