Skip to content

Commit 07ae5bf

Browse files
committed
Revert Ruby requirement to >= 3.3.0 in gemspec
1 parent aa57f28 commit 07ae5bf

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
@@ -16,7 +16,7 @@ AllCops:
1616
- "dry-run/**/*"
1717
- "bundler/helpers/spec_helpers/*"
1818
NewCops: enable
19-
TargetRubyVersion: 3.4
19+
TargetRubyVersion: 3.3
2020
SuggestExtensions: false
2121
Gemspec/DeprecatedAttributeAssignment:
2222
Enabled: true

common/dependabot-common.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
}
2121

2222
spec.version = Dependabot::VERSION
23-
spec.required_ruby_version = ">= 3.4.4"
23+
spec.required_ruby_version = ">= 3.3.0"
2424
spec.required_rubygems_version = ">= 3.3.7"
2525

2626
spec.require_path = "lib"

0 commit comments

Comments
 (0)