Remove rubocop-rspec for now

This commit is contained in:
Sven Weidauer 2024-08-03 19:43:09 +02:00
parent 567198c182
commit e894f65f30
3 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,6 @@
require:
- rubocop-rake
AllCops:
NewCops: enable
TargetRubyVersion: 2.7

View file

@ -14,4 +14,3 @@ gem 'rake', '~> 13.0'
gem 'rspec'
gem 'rubocop', '~> 1.29'
gem 'rubocop-rake', '~> 0.6'
gem 'rubocop-rspec'

View file

@ -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