Skip to content

Commit

Permalink
deps-dev: bump rubocop-rspec from 2.28.0 to 2.29.1
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.28.0 to 2.29.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.28.0...v2.29.1)

---
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 Apr 5, 2024
1 parent 37a258c commit 9019a57
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.62"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.28"
gem "rubocop-rspec", "~> 2.29"
gem "simplecov", "~> 0.22.0"
gem "simplecov-console", "~> 0.9.1"
gem "solargraph", "~> 0.50.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
reline (>= 0.4.2)
jaro_winkler (1.5.6)
jmespath (1.6.2)
json (2.7.1)
json (2.7.2)
jwt (2.8.0)
base64
kramdown (2.4.0)
Expand Down Expand Up @@ -221,7 +221,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.28.0)
rubocop-rspec (2.29.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -299,7 +299,7 @@ DEPENDENCIES
rubocop (~> 1.62)
rubocop-performance (~> 1.21)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.28)
rubocop-rspec (~> 2.29)
semver2 (~> 3.4)
simplecov (~> 0.22.0)
simplecov-console (~> 0.9.1)
Expand Down

0 comments on commit 9019a57

Please sign in to comment.