Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gbp committed Apr 15, 2024
1 parent 11e1386 commit 1b7a0f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .ruby-style.yml
Expand Up @@ -1813,6 +1813,9 @@ Style/MagicCommentFormat:
Style/MapCompactWithConditionalBlock:
Enabled: false

Style/MapIntoArray:
Enabled: false

Style/MapToHash:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -197,7 +197,7 @@ group :development do
gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0'
gem 'launchy', '< 3.1.0'
gem 'web-console', '>= 3.3.0'
gem 'rubocop', '~> 1.62.1', require: false
gem 'rubocop', '~> 1.63.1', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -467,7 +467,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.62.1)
rubocop (1.63.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -645,7 +645,7 @@ DEPENDENCIES
rolify (~> 6.0.1)
rspec-activemodel-mocks (~> 1.2.0)
rspec-rails (~> 6.1.2)
rubocop (~> 1.62.1)
rubocop (~> 1.63.1)
rubocop-performance
rubocop-rails
ruby-msg (~> 1.5.0)!
Expand Down

0 comments on commit 1b7a0f2

Please sign in to comment.