Skip to content

Commit

Permalink
Bump rubocop from 1.63.4 to 1.63.5
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.4 to 1.63.5.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.63.4...v1.63.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent 4338bdd commit adb0cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -114,7 +114,7 @@ group :development do
gem "ed25519", ">= 1.2", "< 2.0", require: false # Required to support ed25519 SSH keys for capistrano. https://github.com/net-ssh/net-ssh/issues/565
gem "haml_lint", require: false
gem "letter_opener"
gem "rubocop", "1.63.4", require: false
gem "rubocop", "1.63.5", require: false
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -582,7 +582,7 @@ GEM
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.63.4)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -810,7 +810,7 @@ DEPENDENCIES
rspec-collection_matchers
rspec-rails
rspec_junit_formatter
rubocop (= 1.63.4)
rubocop (= 1.63.5)
rubocop-performance
rubocop-rails
rubocop-rspec
Expand Down

0 comments on commit adb0cfd

Please sign in to comment.