Skip to content

Commit

Permalink
Bump rubocop-rspec from 3.0.5 to 3.1.0 (#111)
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.0.5 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@v3.0.5...v3.1.0)

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

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 8, 2024
1 parent 8492449 commit 492d976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.66"
gem "rubocop-performance", "~> 1.22"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.0"
gem "rubocop-rspec", "~> 3.1"
gem "rubocop-thread_safety", "~> 0.5.1"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.5)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
rubocop-thread_safety (0.5.1)
rubocop (>= 0.90.0)
Expand All @@ -69,7 +69,7 @@ DEPENDENCIES
rubocop (~> 1.66)
rubocop-performance (~> 1.22)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.0)
rubocop-rspec (~> 3.1)
rubocop-thread_safety (~> 0.5.1)

BUNDLED WITH
Expand Down

0 comments on commit 492d976

Please sign in to comment.