Skip to content

Commit

Permalink
deps(bundler): bump rubocop-rspec from 2.30.0 to 3.0.1 in /dependencies
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.30.0 to 3.0.1.
- [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.30.0...v3.0.1)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 5b5d2f7 commit b99638d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.35.0"
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.1"
gem "standard", "~>1.35"
23 changes: 7 additions & 16 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ GEM
lint_roller (1.1.0)
minitest (5.23.1)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.2.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
rack (3.0.11)
rainbow (3.1.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.0)
strscan
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -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)
Expand All @@ -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.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
Expand Down Expand Up @@ -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.1)
standard (~> 1.35)

BUNDLED WITH
Expand Down

0 comments on commit b99638d

Please sign in to comment.