Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.24.1 to 2.25.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.24.1 to 2.25.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.24.1...v2.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 96a71ea commit 0e0b70a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'rubocop', '~> 1.56.4'
gem 'rubocop-packaging', '~> 0.5.2'
gem 'rubocop-performance', '~> 1.19.1'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.24.1'
gem 'rubocop-rspec', '~> 2.25.0'
gem 'rubocop-sorbet', '~> 0.7.4'
gem 'simplecov-cobertura', '~> 2.1.0'
gem 'sorbet', '~> 0.5.11054'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
method_source (1.0.0)
netrc (0.11.0)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.1)
Expand All @@ -28,7 +28,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.1)
racc (1.7.2)
rainbow (3.1.1)
rake (13.0.6)
rbi (0.0.17)
Expand All @@ -37,7 +37,7 @@ GEM
sorbet-runtime (>= 0.5.9204)
unparser (>= 0.5.6)
redcarpet (3.6.0)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -64,7 +64,7 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
Expand All @@ -77,8 +77,8 @@ GEM
rubocop-ast (>= 0.4.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-sorbet (0.7.4)
Expand Down Expand Up @@ -115,7 +115,7 @@ GEM
thor (>= 1.2.0)
yard-sorbet
thor (1.2.2)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
unparser (0.6.8)
diff-lcs (~> 1.3)
parser (>= 3.2.0)
Expand All @@ -135,7 +135,7 @@ DEPENDENCIES
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.19.1)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.24.1)
rubocop-rspec (~> 2.25.0)
rubocop-sorbet (~> 0.7.4)
simplecov-cobertura (~> 2.1.0)
sorbet (~> 0.5.11054)
Expand Down

0 comments on commit 0e0b70a

Please sign in to comment.