Skip to content

Commit 3a44df6

Browse files
committed
Drop support for unmaintained Ruby versions
1 parent 8f50371 commit 3a44df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins:
33
- rubocop-rspec
44

55
AllCops:
6-
TargetRubyVersion: 3.0
6+
TargetRubyVersion: 3.2
77
NewCops: enable
88

99
Gemspec/DevelopmentDependencies:

ordinalize_full.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1818
spec.require_paths = ["lib"]
1919

20-
spec.required_ruby_version = ">= 3.0.0"
20+
spec.required_ruby_version = ">= 3.2.0"
2121

2222
spec.add_dependency "i18n", "~> 1.8"
2323

0 commit comments

Comments
 (0)