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 8f50371 commit 3a44df6Copy full SHA for 3a44df6
.rubocop.yml
@@ -3,7 +3,7 @@ plugins:
3
- rubocop-rspec
4
5
AllCops:
6
- TargetRubyVersion: 3.0
+ TargetRubyVersion: 3.2
7
NewCops: enable
8
9
Gemspec/DevelopmentDependencies:
ordinalize_full.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
spec.require_paths = ["lib"]
19
20
- spec.required_ruby_version = ">= 3.0.0"
+ spec.required_ruby_version = ">= 3.2.0"
21
22
spec.add_dependency "i18n", "~> 1.8"
23
0 commit comments