Skip to content

Commit

Permalink
build(deps-dev): bump rubocop from 1.63.4 to 1.63.5 (#3789)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent 5829feb commit 9fc7afa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -89,7 +89,7 @@ group :test do
gem 'rspec-its'
gem 'rspec-rails', '~> 6.1.2'
gem 'rspec-wait'
gem 'rubocop', '~> 1.63.4'
gem 'rubocop', '~> 1.63.5'
gem 'rubocop-rails', '~> 2.24'
gem 'rubocop-rspec', '~> 2.26'
gem 'rubocop-sequel', '~> 0.3.4'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -465,7 +465,7 @@ GEM
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
rubocop (1.63.4)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -476,8 +476,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand Down Expand Up @@ -656,7 +656,7 @@ DEPENDENCIES
rspec-rails (~> 6.1.2)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.63.4)
rubocop (~> 1.63.5)
rubocop-rails (~> 2.24)
rubocop-rspec (~> 2.26)
rubocop-sequel (~> 0.3.4)
Expand Down

0 comments on commit 9fc7afa

Please sign in to comment.