Skip to content

Commit

Permalink
chore(deps-dev): bump rubocop-rspec from 2.22.0 to 2.23.2
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.22.0 to 2.23.2.
- [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.22.0...v2.23.2)

---
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 Sep 1, 2023
1 parent b0b0ed6 commit 2b0beec
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 @@ -74,7 +74,7 @@ group :development do
gem 'rubocop', '~> 1.54.1', require: false
gem 'rubocop-rails', '~> 2.20.2', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 2.22.0', require: false
gem 'rubocop-rspec', '~> 2.23.2', require: false
end

# Test tools that must be available in development mode
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ GEM
railties (>= 5.2)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
rexml (3.2.6)
rouge (4.1.2)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand Down Expand Up @@ -407,7 +407,7 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.22.0)
rubocop-rspec (2.23.2)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -571,7 +571,7 @@ DEPENDENCIES
rubocop (~> 1.54.1)
rubocop-rails (~> 2.20.2)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.22.0)
rubocop-rspec (~> 2.23.2)
sass-rails (~> 6.0)
selenium-webdriver (~> 4.10.0)
sentry-rails (~> 5.10.0)
Expand Down

0 comments on commit 2b0beec

Please sign in to comment.