mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Bump rubocop-rspec from 2.18.0 to 2.18.1 in /dependencies
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.18.0 to 2.18.1. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.18.0...v2.18.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
544297407f
commit
6fb9c49336
2 changed files with 4 additions and 4 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -10,4 +10,4 @@ gem "rubocop-minitest", "~> 0.26.1"
|
|||
gem "rubocop-performance", "~>1.15.2"
|
||||
gem "rubocop-rails", "~> 2.17"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 2.18.0"
|
||||
gem "rubocop-rspec", "~> 2.18.1"
|
||||
|
|
6
dependencies/Gemfile.lock
vendored
6
dependencies/Gemfile.lock
vendored
|
@ -48,9 +48,9 @@ GEM
|
|||
rubocop (>= 1.33.0, < 2.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (2.18.0)
|
||||
rubocop-rspec (2.18.1)
|
||||
rubocop (~> 1.33)
|
||||
rubocop-capybara
|
||||
rubocop-capybara (~> 2.17)
|
||||
ruby-progressbar (1.11.0)
|
||||
tzinfo (2.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
|
@ -66,7 +66,7 @@ DEPENDENCIES
|
|||
rubocop-performance (~> 1.15.2)
|
||||
rubocop-rails (~> 2.17)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 2.18.0)
|
||||
rubocop-rspec (~> 2.18.1)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.5
|
||||
|
|
Loading…
Reference in a new issue