Skip to content

Commit 93fd307

Browse files
committed
Update required_ruby_version to 3.1
Signed-off-by: Samuel Giddins <segiddins@segiddins.me>
1 parent 8560dbf commit 93fd307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inherit_from:
22
- .rubocop_todo.yml
33

44
AllCops:
5-
TargetRubyVersion: 3.0
5+
TargetRubyVersion: 3.1
66
Exclude:
77
- tmp/**/*
88
- lib/bundler/vendor/**/*

compact_index.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
2020
spec.require_paths = ["lib"]
2121

2222
spec.metadata["rubygems_mfa_required"] = "true"
23-
spec.required_ruby_version = ">= 3.0.0"
23+
spec.required_ruby_version = ">= 3.1.0"
2424
end

0 commit comments

Comments
 (0)