We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8560dbf commit 93fd307Copy full SHA for 93fd307
.rubocop-bundler.yml
@@ -2,7 +2,7 @@ inherit_from:
2
- .rubocop_todo.yml
3
4
AllCops:
5
- TargetRubyVersion: 3.0
+ TargetRubyVersion: 3.1
6
Exclude:
7
- tmp/**/*
8
- lib/bundler/vendor/**/*
compact_index.gemspec
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
20
spec.require_paths = ["lib"]
21
22
spec.metadata["rubygems_mfa_required"] = "true"
23
- spec.required_ruby_version = ">= 3.0.0"
+ spec.required_ruby_version = ">= 3.1.0"
24
end
0 commit comments