Skip to content

Commit e90d766

Browse files
build(deps-dev): bump rubocop from 1.62.1 to 1.63.1 (#3736)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd749c5 commit e90d766

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
@@ -90,7 +90,7 @@ group :test do
9090
gem 'rspec-its'
9191
gem 'rspec-rails', '~> 6.1.2'
9292
gem 'rspec-wait'
93-
gem 'rubocop', '~> 1.62.1'
93+
gem 'rubocop', '~> 1.63.1'
9494
gem 'rubocop-rails', '~> 2.24'
9595
gem 'rubocop-rspec', '~> 2.26'
9696
gem 'rubocop-sequel', '~> 0.3.4'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ GEM
282282
rdoc
283283
reline (>= 0.4.2)
284284
jaro_winkler (1.5.6)
285-
json (2.7.1)
285+
json (2.7.2)
286286
json-diff (0.4.1)
287287
json-schema (4.3.0)
288288
addressable (>= 2.8)
@@ -466,7 +466,7 @@ GEM
466466
activesupport (>= 3.0.0)
467467
mustache (~> 1.0, >= 0.99.4)
468468
rspec (~> 3.0)
469-
rubocop (1.62.1)
469+
rubocop (1.63.1)
470470
json (~> 2.3)
471471
language_server-protocol (>= 3.17.0)
472472
parallel (~> 1.10)
@@ -658,7 +658,7 @@ DEPENDENCIES
658658
rspec-rails (~> 6.1.2)
659659
rspec-wait
660660
rspec_api_documentation (>= 6.1.0)
661-
rubocop (~> 1.62.1)
661+
rubocop (~> 1.63.1)
662662
rubocop-rails (~> 2.24)
663663
rubocop-rspec (~> 2.26)
664664
rubocop-sequel (~> 0.3.4)

0 commit comments

Comments
 (0)