mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
deps(bundler): bump rubocop-rspec from 2.27.1 to 2.29.1 in /dependencies (#5476)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.27.1 to 2.29.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.27.1...v2.29.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-minor ... 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
c17fde6fea
commit
5fe65e52ce
2 changed files with 7 additions and 4 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.35.0"
|
|||
gem "rubocop-performance", "~>1.20.2"
|
||||
gem "rubocop-rails", "~> 2.24"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 2.27.1"
|
||||
gem "rubocop-rspec", "~> 2.29.1"
|
||||
gem "standard", "~>1.35"
|
||||
|
|
9
dependencies/Gemfile.lock
vendored
9
dependencies/Gemfile.lock
vendored
|
@ -19,7 +19,7 @@ GEM
|
|||
drb (2.2.1)
|
||||
i18n (1.14.4)
|
||||
concurrent-ruby (~> 1.0)
|
||||
json (2.7.1)
|
||||
json (2.7.2)
|
||||
language_server-protocol (3.17.0.3)
|
||||
lint_roller (1.1.0)
|
||||
minitest (5.22.3)
|
||||
|
@ -67,10 +67,13 @@ GEM
|
|||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (2.27.1)
|
||||
rubocop-rspec (2.29.1)
|
||||
rubocop (~> 1.40)
|
||||
rubocop-capybara (~> 2.17)
|
||||
rubocop-factory_bot (~> 2.22)
|
||||
rubocop-rspec_rails (~> 2.28)
|
||||
rubocop-rspec_rails (2.28.2)
|
||||
rubocop (~> 1.40)
|
||||
ruby-progressbar (1.13.0)
|
||||
standard (1.35.1)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
|
@ -98,7 +101,7 @@ DEPENDENCIES
|
|||
rubocop-performance (~> 1.20.2)
|
||||
rubocop-rails (~> 2.24)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 2.27.1)
|
||||
rubocop-rspec (~> 2.29.1)
|
||||
standard (~> 1.35)
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Reference in a new issue