Skip to content

Commit 236f957

Browse files
update ruby version to 3.0 in config and gemspec
1 parent 929a439 commit 236f957

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-json-map.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Gem::Specification.new do |s|
1515
s.add_dependency "dorian-arguments"
1616
s.add_dependency "dorian-to_struct"
1717
s.add_dependency "json"
18-
s.required_ruby_version = ">= 3.1"
18+
s.required_ruby_version = ">= 3.0"
1919
end

0 commit comments

Comments
 (0)