Skip to content

Commit cccd8e6

Browse files
Bump rubocop from 1.84.0 to 1.86.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.0 to 1.86.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.0...v1.86.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 630801e commit cccd8e6

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem "rake-compiler-dock", "~> 1.12"
2222
gem "rbs-inline", "~> 0.14"
2323
gem "reactionview", "~> 0.3.0"
2424
gem "reline", "~> 0.6"
25-
gem "rubocop", "~> 1.71"
25+
gem "rubocop", "~> 1.86"
2626
gem "sorbet"
2727
gem "steep", "~> 2.0"
2828
gem "turbo-rails", "~> 2.0"

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ GEM
129129
prism (>= 1.3.0)
130130
rdoc (>= 4.0.0)
131131
reline (>= 0.4.2)
132-
json (2.19.4)
132+
json (2.19.5)
133133
language_server-protocol (3.17.0.5)
134134
lint_roller (1.1.0)
135135
lipgloss (0.2.2-aarch64-linux-gnu)
@@ -170,8 +170,8 @@ GEM
170170
ntcharts (0.1.2-x86_64-darwin)
171171
ntcharts (0.1.2-x86_64-linux-gnu)
172172
ntcharts (0.1.2-x86_64-linux-musl)
173-
parallel (1.27.0)
174-
parser (3.3.10.1)
173+
parallel (1.28.0)
174+
parser (3.3.11.1)
175175
ast (~> 2.4.1)
176176
racc
177177
pp (0.6.3)
@@ -229,21 +229,21 @@ GEM
229229
reactionview (0.3.0)
230230
actionview (>= 7.0)
231231
herb (>= 0.9.0, < 1.0.0)
232-
regexp_parser (2.11.3)
232+
regexp_parser (2.12.0)
233233
reline (0.6.3)
234234
io-console (~> 0.5)
235-
rubocop (1.84.0)
235+
rubocop (1.86.2)
236236
json (~> 2.3)
237237
language_server-protocol (~> 3.17.0.2)
238238
lint_roller (~> 1.1.0)
239-
parallel (~> 1.10)
239+
parallel (>= 1.10)
240240
parser (>= 3.3.0.2)
241241
rainbow (>= 2.2.2, < 4.0)
242242
regexp_parser (>= 2.9.3, < 3.0)
243243
rubocop-ast (>= 1.49.0, < 2.0)
244244
ruby-progressbar (~> 1.7)
245245
unicode-display_width (>= 2.4.0, < 4.0)
246-
rubocop-ast (1.49.0)
246+
rubocop-ast (1.49.1)
247247
parser (>= 3.3.7.2)
248248
prism (~> 1.7)
249249
ruby-progressbar (1.13.0)
@@ -317,7 +317,7 @@ DEPENDENCIES
317317
rbs-inline (~> 0.14)
318318
reactionview (~> 0.3.0)
319319
reline (~> 0.6)
320-
rubocop (~> 1.71)
320+
rubocop (~> 1.86)
321321
sorbet
322322
steep (~> 2.0)
323323
turbo-rails (~> 2.0)

0 commit comments

Comments
 (0)