Skip to content

Commit aaaf8a5

Browse files
chore(deps): Bump rubocop from 1.69.2 to 1.74.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.74.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.2...v1.74.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 432e821 commit aaaf8a5

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
gem 'benchmark-ips', '~> 2.14'
1818
gem 'minitest', '~> 5.25'
1919
gem 'rake', '~> 13.2'
20-
gem 'rubocop', '~> 1.69'
20+
gem 'rubocop', '~> 1.74'
2121

2222
gem 'simplecov', require: false
2323
gem 'simplecov-cobertura', require: false

Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ GEM
4646
erubi (1.12.0)
4747
i18n (1.14.5)
4848
concurrent-ruby (~> 1.0)
49-
json (2.9.0)
50-
language_server-protocol (3.17.0.3)
49+
json (2.10.2)
50+
language_server-protocol (3.17.0.4)
51+
lint_roller (1.1.0)
5152
loofah (2.22.0)
5253
crass (~> 1.0.2)
5354
nokogiri (>= 1.12.0)
@@ -60,7 +61,7 @@ GEM
6061
nokogiri (1.16.5-arm64-darwin)
6162
racc (~> 1.4)
6263
parallel (1.26.3)
63-
parser (3.3.6.0)
64+
parser (3.3.7.1)
6465
ast (~> 2.4.1)
6566
racc
6667
racc (1.8.1)
@@ -78,19 +79,20 @@ GEM
7879
nokogiri (~> 1.14)
7980
rainbow (3.1.1)
8081
rake (13.2.1)
81-
regexp_parser (2.9.3)
82+
regexp_parser (2.10.0)
8283
rexml (3.3.7)
83-
rubocop (1.69.2)
84+
rubocop (1.74.0)
8485
json (~> 2.3)
85-
language_server-protocol (>= 3.17.0)
86+
language_server-protocol (~> 3.17.0.2)
87+
lint_roller (~> 1.1.0)
8688
parallel (~> 1.10)
8789
parser (>= 3.3.0.2)
8890
rainbow (>= 2.2.2, < 4.0)
8991
regexp_parser (>= 2.9.3, < 3.0)
90-
rubocop-ast (>= 1.36.2, < 2.0)
92+
rubocop-ast (>= 1.38.0, < 2.0)
9193
ruby-progressbar (~> 1.7)
9294
unicode-display_width (>= 2.4.0, < 4.0)
93-
rubocop-ast (1.37.0)
95+
rubocop-ast (1.39.0)
9496
parser (>= 3.3.1.0)
9597
ruby-progressbar (1.13.0)
9698
simplecov (0.22.0)
@@ -104,7 +106,7 @@ GEM
104106
simplecov_json_formatter (0.1.4)
105107
tzinfo (2.0.6)
106108
concurrent-ruby (~> 1.0)
107-
unicode-display_width (3.1.2)
109+
unicode-display_width (3.1.4)
108110
unicode-emoji (~> 4.0, >= 4.0.4)
109111
unicode-emoji (4.0.4)
110112

@@ -119,7 +121,7 @@ DEPENDENCIES
119121
clsx-rails!
120122
minitest (~> 5.25)
121123
rake (~> 13.2)
122-
rubocop (~> 1.69)
124+
rubocop (~> 1.74)
123125
simplecov
124126
simplecov-cobertura
125127

0 commit comments

Comments
 (0)