Skip to content

Commit

Permalink
deps(bundler): bump rubocop-rspec from 2.25.0 to 3.1.0 in /dependenci…
Browse files Browse the repository at this point in the history
…es (#205)

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 3.1.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.25.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent e51b460 commit 97460ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 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.36.0"
gem "rubocop-performance", "~>1.21.1"
gem "rubocop-rails", "~> 2.26"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.25.0"
gem "rubocop-rspec", "~> 3.1.0"
gem "standard", "~>1.32"
14 changes: 4 additions & 10 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
rack (3.1.7)
rainbow (3.1.1)
regexp_parser (2.9.2)
rexml (3.3.7)
rexml (3.3.8)
rubocop (1.65.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.32.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
Expand All @@ -68,10 +64,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
standard (1.40.0)
Expand Down Expand Up @@ -100,7 +94,7 @@ DEPENDENCIES
rubocop-performance (~> 1.21.1)
rubocop-rails (~> 2.26)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.25.0)
rubocop-rspec (~> 3.1.0)
standard (~> 1.32)

BUNDLED WITH
Expand Down

0 comments on commit 97460ff

Please sign in to comment.