Skip to content

Commit

Permalink
Bump rubocop-rspec from 3.0.5 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.0.5 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.0.5...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 53221ed commit 23a7ab5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem 'rubocop-factory_bot', '~> 2.26', '>= 2.26.1'
gem 'rubocop-performance', '>= 1.21.1', '< 2.0'
gem 'rubocop-rake', '>= 0.6', '< 1.0'
gem 'rubocop-rspec', '~> 3.0', '>= 3.0.3'
gem 'rubocop-rspec', '~> 3.2'
end

group :test do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ GEM
ffaker (2.23.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
json (2.7.4)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.1.0)
Expand Down Expand Up @@ -128,7 +128,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.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
Expand All @@ -144,7 +144,7 @@ GEM
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
zeitwerk (2.6.18)

PLATFORMS
Expand All @@ -171,7 +171,7 @@ DEPENDENCIES
rubocop-factory_bot (~> 2.26, >= 2.26.1)
rubocop-performance (>= 1.21.1, < 2.0)
rubocop-rake (>= 0.6, < 1.0)
rubocop-rspec (~> 3.0, >= 3.0.3)
rubocop-rspec (~> 3.2)
simplecov (>= 0.22.0, < 1.0)

BUNDLED WITH
Expand Down

0 comments on commit 23a7ab5

Please sign in to comment.