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.29.1 to 2.29.2 in /dependencies (#5625)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.1 to 2.29.2. - [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.29.1...v2.29.2) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-patch ... 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
e0c8376c3a
commit
ce42697596
2 changed files with 7 additions and 7 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.29.1"
|
||||
gem "rubocop-rspec", "~> 2.29.2"
|
||||
gem "standard", "~>1.35"
|
||||
|
|
12
dependencies/Gemfile.lock
vendored
12
dependencies/Gemfile.lock
vendored
|
@ -25,7 +25,7 @@ GEM
|
|||
minitest (5.22.3)
|
||||
mutex_m (0.2.0)
|
||||
parallel (1.24.0)
|
||||
parser (3.3.0.5)
|
||||
parser (3.3.1.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
racc (1.7.3)
|
||||
|
@ -44,8 +44,8 @@ GEM
|
|||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.31.2)
|
||||
parser (>= 3.3.0.4)
|
||||
rubocop-ast (1.31.3)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-capybara (2.20.0)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-factory_bot (2.25.1)
|
||||
|
@ -67,12 +67,12 @@ GEM
|
|||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (2.29.1)
|
||||
rubocop-rspec (2.29.2)
|
||||
rubocop (~> 1.40)
|
||||
rubocop-capybara (~> 2.17)
|
||||
rubocop-factory_bot (~> 2.22)
|
||||
rubocop-rspec_rails (~> 2.28)
|
||||
rubocop-rspec_rails (2.28.2)
|
||||
rubocop-rspec_rails (2.28.3)
|
||||
rubocop (~> 1.40)
|
||||
ruby-progressbar (1.13.0)
|
||||
standard (1.35.1)
|
||||
|
@ -101,7 +101,7 @@ DEPENDENCIES
|
|||
rubocop-performance (~> 1.20.2)
|
||||
rubocop-rails (~> 2.24)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 2.29.1)
|
||||
rubocop-rspec (~> 2.29.2)
|
||||
standard (~> 1.35)
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Reference in a new issue