Skip to content

Commit 5a77127

Browse files
authored
fix cargo.lock and gemspec inconsistencies (#136)
1 parent aa4e4ee commit 5a77127

File tree

3 files changed

+153
-245
lines changed

3 files changed

+153
-245
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AllCops:
1212
NewCops: enable
1313
Exclude:
1414
- vendor/bundle/**/**
15-
TargetRubyVersion: 2.6
15+
TargetRubyVersion: 3.2
1616

1717
Metrics/ParameterLists:
1818
Enabled: false
@@ -120,4 +120,4 @@ Style/HashSyntax:
120120

121121
Gemspec/DevelopmentDependencies:
122122
Enabled: true
123-
EnforcedStyle: gemspec
123+
EnforcedStyle: gemspec

0 commit comments

Comments
 (0)