Skip to content

Commit 78f3ac4

Browse files
authored
Merge pull request #568 from Shopify/dependabot/bundler/rubocop-1.56.1
2 parents 5d3b4d9 + a70a380 commit 78f3ac4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
11+
base64 (0.1.1)
1112
byebug (11.1.3)
1213
coderay (1.1.3)
1314
diffy (3.4.2)
@@ -30,7 +31,8 @@ GEM
3031
rake (13.0.6)
3132
regexp_parser (2.8.1)
3233
rexml (3.2.6)
33-
rubocop (1.55.1)
34+
rubocop (1.56.1)
35+
base64 (~> 0.1.1)
3436
json (~> 2.3)
3537
language_server-protocol (>= 3.17.0)
3638
parallel (~> 1.10)

test/fixtures/full_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@ Bundler/DuplicatedGem:
110110
- "**/*.gemfile"
111111
- "**/Gemfile"
112112
- "**/gems.rb"
113+
Bundler/DuplicatedGroup:
114+
Description: Checks for duplicate group entries in Gemfile.
115+
Enabled: true
116+
Severity: warning
117+
VersionAdded: '1.56'
118+
Include:
119+
- "**/*.gemfile"
120+
- "**/Gemfile"
121+
- "**/gems.rb"
113122
Bundler/GemComment:
114123
Description: Add a comment describing each gem.
115124
Enabled: false

0 commit comments

Comments
 (0)