File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 8
8
remote: https://rubygems.org/
9
9
specs:
10
10
ast (2.4.2 )
11
+ base64 (0.1.1 )
11
12
byebug (11.1.3 )
12
13
coderay (1.1.3 )
13
14
diffy (3.4.2 )
30
31
rake (13.0.6 )
31
32
regexp_parser (2.8.1 )
32
33
rexml (3.2.6 )
33
- rubocop (1.55.1 )
34
+ rubocop (1.56.1 )
35
+ base64 (~> 0.1.1 )
34
36
json (~> 2.3 )
35
37
language_server-protocol (>= 3.17.0 )
36
38
parallel (~> 1.10 )
Original file line number Diff line number Diff line change @@ -110,6 +110,15 @@ Bundler/DuplicatedGem:
110
110
- " **/*.gemfile"
111
111
- " **/Gemfile"
112
112
- " **/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"
113
122
Bundler/GemComment :
114
123
Description : Add a comment describing each gem.
115
124
Enabled : false
You can’t perform that action at this time.
0 commit comments