We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa57f28 commit 07ae5bfCopy full SHA for 07ae5bf
.rubocop.yml
@@ -16,7 +16,7 @@ AllCops:
16
- "dry-run/**/*"
17
- "bundler/helpers/spec_helpers/*"
18
NewCops: enable
19
- TargetRubyVersion: 3.4
+ TargetRubyVersion: 3.3
20
SuggestExtensions: false
21
Gemspec/DeprecatedAttributeAssignment:
22
Enabled: true
common/dependabot-common.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
}
spec.version = Dependabot::VERSION
23
- spec.required_ruby_version = ">= 3.4.4"
+ spec.required_ruby_version = ">= 3.3.0"
24
spec.required_rubygems_version = ">= 3.3.7"
25
26
spec.require_path = "lib"
0 commit comments