Skip to content

Commit fc8c3c5

Browse files
Bump rubocop-rspec from 2.4.0 to 2.8.0 in /dependencies (super-linter#2407)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.4.0 to 2.8.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v2.4.0...v2.8.0) --- 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>
1 parent 720ba12 commit fc8c3c5

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

dependencies/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gem "rubocop", "~> 1.25.0"
88
gem "rubocop-github", "~> 0.17.0"
99
gem "rubocop-performance", "~>1.11.0"
1010
gem "rubocop-rails", "~> 2.7"
11-
gem "rubocop-rspec", "~> 2.4.0"
11+
gem "rubocop-rspec", "~> 2.8.0"

dependencies/Gemfile.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
ast (~> 2.4.1)
1717
rack (2.2.3)
1818
rainbow (3.1.1)
19-
regexp_parser (2.2.0)
19+
regexp_parser (2.2.1)
2020
rexml (3.2.5)
2121
rubocop (1.25.0)
2222
parallel (~> 1.10)
@@ -27,7 +27,7 @@ GEM
2727
rubocop-ast (>= 1.15.1, < 2.0)
2828
ruby-progressbar (~> 1.7)
2929
unicode-display_width (>= 1.4.0, < 3.0)
30-
rubocop-ast (1.15.1)
30+
rubocop-ast (1.15.2)
3131
parser (>= 3.0.1.1)
3232
rubocop-github (0.17.0)
3333
rubocop
@@ -40,9 +40,8 @@ GEM
4040
activesupport (>= 4.2.0)
4141
rack (>= 1.1)
4242
rubocop (>= 1.7.0, < 2.0)
43-
rubocop-rspec (2.4.0)
44-
rubocop (~> 1.0)
45-
rubocop-ast (>= 1.1.0)
43+
rubocop-rspec (2.8.0)
44+
rubocop (~> 1.19)
4645
ruby-progressbar (1.11.0)
4746
tzinfo (2.0.4)
4847
concurrent-ruby (~> 1.0)
@@ -56,7 +55,7 @@ DEPENDENCIES
5655
rubocop-github (~> 0.17.0)
5756
rubocop-performance (~> 1.11.0)
5857
rubocop-rails (~> 2.7)
59-
rubocop-rspec (~> 2.4.0)
58+
rubocop-rspec (~> 2.8.0)
6059

6160
BUNDLED WITH
6261
2.3.5

0 commit comments

Comments
 (0)