mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
deps(bundler): bump rubocop-rspec from 2.30.0 to 3.0.3 in /dependencies (#5878)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.30.0 to 3.0.3. - [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.30.0...v3.0.3) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
31da61e189
commit
592d903c50
2 changed files with 4 additions and 13 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.35.1"
|
|||
gem "rubocop-performance", "~>1.21.0"
|
||||
gem "rubocop-rails", "~> 2.25"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 2.30.0"
|
||||
gem "rubocop-rspec", "~> 3.0.3"
|
||||
gem "standard", "~>1.35"
|
||||
|
|
15
dependencies/Gemfile.lock
vendored
15
dependencies/Gemfile.lock
vendored
|
@ -47,10 +47,6 @@ GEM
|
|||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.31.3)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-capybara (2.20.0)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-factory_bot (2.25.1)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-github (0.20.0)
|
||||
rubocop (>= 1.37)
|
||||
rubocop-performance (>= 1.15)
|
||||
|
@ -68,13 +64,8 @@ GEM
|
|||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (2.30.0)
|
||||
rubocop (~> 1.40)
|
||||
rubocop-capybara (~> 2.17)
|
||||
rubocop-factory_bot (~> 2.22)
|
||||
rubocop-rspec_rails (~> 2.28)
|
||||
rubocop-rspec_rails (2.28.3)
|
||||
rubocop (~> 1.40)
|
||||
rubocop-rspec (3.0.3)
|
||||
rubocop (~> 1.61)
|
||||
ruby-progressbar (1.13.0)
|
||||
standard (1.35.1)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
|
@ -103,7 +94,7 @@ DEPENDENCIES
|
|||
rubocop-performance (~> 1.21.0)
|
||||
rubocop-rails (~> 2.25)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 2.30.0)
|
||||
rubocop-rspec (~> 3.0.3)
|
||||
standard (~> 1.35)
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Reference in a new issue