Skip to content

Commit 84af56a

Browse files
Bump rubocop from 1.68.0 to 1.69.0 in the bundler-deps group
Bumps the bundler-deps group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.68.0 to 1.69.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.68.0...v1.69.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d260fd commit 84af56a

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44

55
gem 'bundler-audit', '~> 0.9', require: false
66
gem 'rake', '>= 12.3.3', require: false
7-
gem 'rubocop', '~> 1.68', require: false
7+
gem 'rubocop', '~> 1.69', require: false
88
gem 'rubocop-rake', '~> 0.6', require: false

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,43 @@ GEM
55
bundler-audit (0.9.2)
66
bundler (>= 1.2.0, < 3)
77
thor (~> 1.0)
8-
json (2.7.5)
8+
json (2.8.2)
99
language_server-protocol (3.17.0.3)
1010
parallel (1.26.3)
11-
parser (3.3.5.1)
11+
parser (3.3.6.0)
1212
ast (~> 2.4.1)
1313
racc
1414
racc (1.8.1)
1515
rainbow (3.1.1)
1616
rake (13.2.1)
17-
regexp_parser (2.9.2)
18-
rubocop (1.68.0)
17+
regexp_parser (2.9.3)
18+
rubocop (1.69.0)
1919
json (~> 2.3)
2020
language_server-protocol (>= 3.17.0)
2121
parallel (~> 1.10)
2222
parser (>= 3.3.0.2)
2323
rainbow (>= 2.2.2, < 4.0)
2424
regexp_parser (>= 2.4, < 3.0)
25-
rubocop-ast (>= 1.32.2, < 2.0)
25+
rubocop-ast (>= 1.36.1, < 2.0)
2626
ruby-progressbar (~> 1.7)
27-
unicode-display_width (>= 2.4.0, < 3.0)
28-
rubocop-ast (1.33.0)
27+
unicode-display_width (>= 2.4.0, < 4.0)
28+
rubocop-ast (1.36.2)
2929
parser (>= 3.3.1.0)
3030
rubocop-rake (0.6.0)
3131
rubocop (~> 1.0)
3232
ruby-progressbar (1.13.0)
3333
thor (1.3.2)
34-
unicode-display_width (2.6.0)
34+
unicode-display_width (3.1.2)
35+
unicode-emoji (~> 4.0, >= 4.0.4)
36+
unicode-emoji (4.0.4)
3537

3638
PLATFORMS
3739
ruby
3840

3941
DEPENDENCIES
4042
bundler-audit (~> 0.9)
4143
rake (>= 12.3.3)
42-
rubocop (~> 1.68)
44+
rubocop (~> 1.69)
4345
rubocop-rake (~> 0.6)
4446

4547
BUNDLED WITH

0 commit comments

Comments
 (0)