mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
deps(bundler): bump rubocop-rspec from 2.25.0 to 2.26.1 in /dependencies (#5106)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 2.26.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.25.0...v2.26.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
09fa2cfb3e
commit
57b175a3fd
2 changed files with 8 additions and 8 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.34.3"
|
|||
gem "rubocop-performance", "~>1.20.1"
|
||||
gem "rubocop-rails", "~> 2.23"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 2.25.0"
|
||||
gem "rubocop-rspec", "~> 2.26.1"
|
||||
gem "standard", "~>1.32"
|
||||
|
|
14
dependencies/Gemfile.lock
vendored
14
dependencies/Gemfile.lock
vendored
|
@ -26,13 +26,13 @@ GEM
|
|||
minitest (5.20.0)
|
||||
mutex_m (0.2.0)
|
||||
parallel (1.24.0)
|
||||
parser (3.3.0.0)
|
||||
parser (3.3.0.2)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
racc (1.7.3)
|
||||
rack (3.0.8)
|
||||
rainbow (3.1.1)
|
||||
regexp_parser (2.8.3)
|
||||
regexp_parser (2.9.0)
|
||||
rexml (3.2.6)
|
||||
rubocop (1.57.2)
|
||||
json (~> 2.3)
|
||||
|
@ -47,10 +47,10 @@ GEM
|
|||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.30.0)
|
||||
parser (>= 3.2.1.0)
|
||||
rubocop-capybara (2.19.0)
|
||||
rubocop-capybara (2.20.0)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-factory_bot (2.25.1)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-factory_bot (2.24.0)
|
||||
rubocop (~> 1.33)
|
||||
rubocop-github (0.20.0)
|
||||
rubocop (>= 1.37)
|
||||
rubocop-performance (>= 1.15)
|
||||
|
@ -68,7 +68,7 @@ GEM
|
|||
rubocop-ast (>= 1.30.0, < 2.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (2.25.0)
|
||||
rubocop-rspec (2.26.1)
|
||||
rubocop (~> 1.40)
|
||||
rubocop-capybara (~> 2.17)
|
||||
rubocop-factory_bot (~> 2.22)
|
||||
|
@ -100,7 +100,7 @@ DEPENDENCIES
|
|||
rubocop-performance (~> 1.20.1)
|
||||
rubocop-rails (~> 2.23)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 2.25.0)
|
||||
rubocop-rspec (~> 2.26.1)
|
||||
standard (~> 1.32)
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Reference in a new issue