Skip to content

Commit 1e983d3

Browse files
build(deps-dev): bump rubocop from 1.64.0 to 1.64.1 (#3817)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.0 to 1.64.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.64.0...v1.64.1) --- 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>
1 parent 169c414 commit 1e983d3

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.64.0'
90+
gem 'rubocop', '~> 1.64.1'
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
@@ -356,7 +356,7 @@ GEM
356356
parallel (1.24.0)
357357
parallel_tests (4.7.1)
358358
parallel
359-
parser (3.3.1.0)
359+
parser (3.3.2.0)
360360
ast (~> 2.4.1)
361361
racc
362362
pg (1.5.6)
@@ -466,7 +466,7 @@ GEM
466466
activesupport (>= 3.0.0)
467467
mustache (~> 1.0, >= 0.99.4)
468468
rspec (~> 3.0)
469-
rubocop (1.64.0)
469+
rubocop (1.64.1)
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.64.0)
660+
rubocop (~> 1.64.1)
661661
rubocop-rails (~> 2.25)
662662
rubocop-rspec (~> 2.26)
663663
rubocop-sequel (~> 0.3.4)

0 commit comments

Comments
 (0)