Skip to content

Commit 0998bf8

Browse files
build(deps-dev): bump rubocop from 1.63.5 to 1.64.0 (#3810)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.5 to 1.64.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.63.5...v1.64.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f122c77 commit 0998bf8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ group :test do
8787
gem 'rspec-its'
8888
gem 'rspec-rails', '~> 6.1.2'
8989
gem 'rspec-wait'
90-
gem 'rubocop', '~> 1.63.5'
90+
gem 'rubocop', '~> 1.64.0'
9191
gem 'rubocop-rails', '~> 2.25'
9292
gem 'rubocop-rspec', '~> 2.26'
9393
gem 'rubocop-sequel', '~> 0.3.4'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ GEM
372372
public_suffix (5.0.5)
373373
puma (6.4.2)
374374
nio4r (~> 2.0)
375-
racc (1.7.3)
375+
racc (1.8.0)
376376
rack (2.2.9)
377377
rack-protection (3.2.0)
378378
base64 (>= 0.1.0)
@@ -466,7 +466,7 @@ GEM
466466
activesupport (>= 3.0.0)
467467
mustache (~> 1.0, >= 0.99.4)
468468
rspec (~> 3.0)
469-
rubocop (1.63.5)
469+
rubocop (1.64.0)
470470
json (~> 2.3)
471471
language_server-protocol (>= 3.17.0)
472472
parallel (~> 1.10)
@@ -657,7 +657,7 @@ DEPENDENCIES
657657
rspec-rails (~> 6.1.2)
658658
rspec-wait
659659
rspec_api_documentation (>= 6.1.0)
660-
rubocop (~> 1.63.5)
660+
rubocop (~> 1.64.0)
661661
rubocop-rails (~> 2.25)
662662
rubocop-rspec (~> 2.26)
663663
rubocop-sequel (~> 0.3.4)

0 commit comments

Comments
 (0)