Skip to content

Commit cc92563

Browse files
committed
Bump minimal Ruby version to 3.1
1 parent 8364449 commit cc92563

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
@@ -7,7 +7,7 @@ AllCops:
77
DisplayCopNames: true
88
DisplayStyleGuide: true
99
NewCops: enable
10-
TargetRubyVersion: 3
10+
TargetRubyVersion: 3.1
1111

1212
Layout/FirstArrayElementIndentation:
1313
EnforcedStyle: consistent

operandi.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = "Operandi is a simple yet powerful way to organize business logic in Ruby applications. Build services that are easy to test, maintain, and understand." # rubocop:disable Layout/LineLength
1313
spec.homepage = "https://operandi-docs.vercel.app/"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
15+
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
1616

1717
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1818

0 commit comments

Comments
 (0)