Skip to content

Commit d3ba2cb

Browse files
update ruby version requirements in configuration files
1 parent 1e85e4c commit d3ba2cb

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
@@ -5,7 +5,7 @@ AllCops:
55
- "**/vendor/**/*"
66
- "**/db/schema.rb"
77
NewCops: enable
8-
TargetRubyVersion: 3.4
8+
TargetRubyVersion: 3.0
99
Layout/ClosingHeredocIndentation:
1010
Enabled: false
1111
Layout/FirstArgumentIndentation:

dorian-parallel.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
1616
s.add_dependency "dorian-eval"
1717
s.add_dependency "dorian-progress"
1818
s.add_dependency "parallel"
19-
s.required_ruby_version = ">= 3.1"
19+
s.required_ruby_version = ">= 3.0"
2020
end

0 commit comments

Comments
 (0)