Merge pull request #954 from openHPI/dependabot/bundler/rubocop-rspec-2.4.0

Bump rubocop-rspec from 2.3.0 to 2.4.0
This commit is contained in:
Sebastian Serth
2021-06-10 14:53:02 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@ RSpec:
- "spec/**/*_spec.rb"
- "spec/spec_helper.rb"
- "spec/rails_helper.rb"
Exclude:
- 'db/seeds/**/*'
#
# Too stupid. There are also views, templates, request specs etc.

View File

@ -191,7 +191,7 @@ GEM
headless (2.3.1)
highline (2.0.3)
http-accept (1.7.0)
http-cookie (1.0.3)
http-cookie (1.0.4)
domain_name (~> 0.5)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
@ -418,7 +418,7 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.3.0)
rubocop-rspec (2.4.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-progressbar (1.11.0)