Skip to content

Commit

Permalink
build(deps-dev): bump rubocop from 1.60.2 to 1.62.1
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.62.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.2...v1.62.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 9588343 commit d02f0f1
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 @@ -55,7 +55,7 @@ group :development, :test do
gem 'dotenv-rails', '~> 3.1.0'
gem 'i18n-tasks', '~> 1.0.13'
gem 'rspec-rails', '~> 6.1.1'
gem 'rubocop', '~> 1.60.2'
gem 'rubocop', '~> 1.62.1'
gem 'rubocop-performance', '~> 1.20.2'
gem 'rubocop-rails', '~> 2.23.1'
gem 'rubocop-rspec', '~> 2.27.1' # or gem 'rubocop-minitest'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,15 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.13.0)
rubocop (1.60.2)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
Expand Down Expand Up @@ -411,7 +411,7 @@ DEPENDENCIES
rollbar (~> 3.5.2)
roo (~> 2.10.1)
rspec-rails (~> 6.1.1)
rubocop (~> 1.60.2)
rubocop (~> 1.62.1)
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.23.1)
rubocop-rspec (~> 2.27.1)
Expand Down

0 comments on commit d02f0f1

Please sign in to comment.