Skip to content

Commit

Permalink
deps-dev: bump rubocop-rspec from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.1.0 to 3.2.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@v3.1.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 05b9b92 commit 23da2b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :development do
gem "rubocop", "~> 1.67"
gem "rubocop-performance", "~> 1.22"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.1"
gem "rubocop-rspec", "~> 3.2"
gem "ruby-lsp", "~> 0.17.2"
gem "simplecov", "~> 0.22.0"
gem "simplecov-console", "~> 0.9.2"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
reline (>= 0.4.2)
jaro_winkler (1.6.0)
jmespath (1.6.2)
json (2.7.2)
json (2.7.4)
jwt (2.8.1)
base64
kramdown (2.4.0)
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-lsp (0.17.2)
language_server-protocol (~> 3.17.0)
Expand Down Expand Up @@ -297,7 +297,7 @@ DEPENDENCIES
rubocop (~> 1.67)
rubocop-performance (~> 1.22)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.1)
rubocop-rspec (~> 3.2)
ruby-lsp (~> 0.17.2)
semver2 (~> 3.4)
simplecov (~> 0.22.0)
Expand Down

0 comments on commit 23da2b9

Please sign in to comment.