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 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 )
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 )
Original file line number Diff line number Diff 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"
113122Bundler/GemComment :
114123 Description : Add a comment describing each gem.
115124 Enabled : false
You can’t perform that action at this time.
0 commit comments