Remove rubocop-rspec for now
This commit is contained in:
parent
567198c182
commit
e894f65f30
3 changed files with 3 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
require:
|
||||
- rubocop-rake
|
||||
|
||||
AllCops:
|
||||
NewCops: enable
|
||||
TargetRubyVersion: 2.7
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -14,4 +14,3 @@ gem 'rake', '~> 13.0'
|
|||
gem 'rspec'
|
||||
gem 'rubocop', '~> 1.29'
|
||||
gem 'rubocop-rake', '~> 0.6'
|
||||
gem 'rubocop-rspec'
|
||||
|
|
|
@ -54,8 +54,6 @@ GEM
|
|||
parser (>= 3.3.1.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (3.0.3)
|
||||
rubocop (~> 1.61)
|
||||
ruby-progressbar (1.13.0)
|
||||
strscan (3.1.0)
|
||||
unicode-display_width (2.5.0)
|
||||
|
@ -71,7 +69,6 @@ DEPENDENCIES
|
|||
rspec_junit_formatter
|
||||
rubocop (~> 1.29)
|
||||
rubocop-rake (~> 0.6)
|
||||
rubocop-rspec
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
|
|
Loading…
Add table
Reference in a new issue