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 929a439 commit 236f957Copy full SHA for 236f957
.rubocop.yml
@@ -5,7 +5,7 @@ AllCops:
5
- "**/vendor/**/*"
6
- "**/db/schema.rb"
7
NewCops: enable
8
- TargetRubyVersion: 3.4
+ TargetRubyVersion: 3.0
9
Layout/ClosingHeredocIndentation:
10
Enabled: false
11
Layout/FirstArgumentIndentation:
dorian-json-map.gemspec
@@ -15,5 +15,5 @@ Gem::Specification.new do |s|
15
s.add_dependency "dorian-arguments"
16
s.add_dependency "dorian-to_struct"
17
s.add_dependency "json"
18
- s.required_ruby_version = ">= 3.1"
+ s.required_ruby_version = ">= 3.0"
19
end
0 commit comments