Skip to content

Commit 8eae58e

Browse files
chore(deps-dev): bump rubocop from 1.68.0 to 1.85.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.85.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.85.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a180ea commit 8eae58e

2 files changed

Lines changed: 32 additions & 16 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gemspec
77

88
group :development do
99
gem 'rspec', '~> 3.13'
10-
gem 'rubocop', '~> 1.68.0'
10+
gem 'rubocop', '~> 1.85.0'
1111
end

Gemfile.lock

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,28 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
ast (2.4.2)
10+
addressable (2.8.9)
11+
public_suffix (>= 2.0.2, < 8.0)
12+
ast (2.4.3)
13+
bigdecimal (3.3.1)
1114
diff-lcs (1.5.1)
12-
json (2.7.5)
13-
language_server-protocol (3.17.0.3)
14-
parallel (1.26.3)
15-
parser (3.3.5.1)
15+
json (2.18.1)
16+
json-schema (5.2.2)
17+
addressable (~> 2.8)
18+
bigdecimal (~> 3.1)
19+
language_server-protocol (3.17.0.5)
20+
lint_roller (1.1.0)
21+
mcp (0.7.1)
22+
json-schema (>= 4.1)
23+
parallel (1.27.0)
24+
parser (3.3.10.2)
1625
ast (~> 2.4.1)
1726
racc
27+
prism (1.9.0)
28+
public_suffix (6.0.2)
1829
racc (1.8.1)
1930
rainbow (3.1.1)
20-
regexp_parser (2.9.2)
31+
regexp_parser (2.11.3)
2132
rspec (3.13.0)
2233
rspec-core (~> 3.13.0)
2334
rspec-expectations (~> 3.13.0)
@@ -31,28 +42,33 @@ GEM
3142
diff-lcs (>= 1.2.0, < 2.0)
3243
rspec-support (~> 3.13.0)
3344
rspec-support (3.13.1)
34-
rubocop (1.68.0)
45+
rubocop (1.85.0)
3546
json (~> 2.3)
36-
language_server-protocol (>= 3.17.0)
47+
language_server-protocol (~> 3.17.0.2)
48+
lint_roller (~> 1.1.0)
49+
mcp (~> 0.6)
3750
parallel (~> 1.10)
3851
parser (>= 3.3.0.2)
3952
rainbow (>= 2.2.2, < 4.0)
40-
regexp_parser (>= 2.4, < 3.0)
41-
rubocop-ast (>= 1.32.2, < 2.0)
53+
regexp_parser (>= 2.9.3, < 3.0)
54+
rubocop-ast (>= 1.49.0, < 2.0)
4255
ruby-progressbar (~> 1.7)
43-
unicode-display_width (>= 2.4.0, < 3.0)
44-
rubocop-ast (1.33.1)
45-
parser (>= 3.3.1.0)
56+
unicode-display_width (>= 2.4.0, < 4.0)
57+
rubocop-ast (1.49.0)
58+
parser (>= 3.3.7.2)
59+
prism (~> 1.7)
4660
ruby-progressbar (1.13.0)
47-
unicode-display_width (2.6.0)
61+
unicode-display_width (3.2.0)
62+
unicode-emoji (~> 4.1)
63+
unicode-emoji (4.2.0)
4864

4965
PLATFORMS
5066
ruby
5167

5268
DEPENDENCIES
5369
rspec (~> 3.13)
5470
rspec-github!
55-
rubocop (~> 1.68.0)
71+
rubocop (~> 1.85.0)
5672

5773
BUNDLED WITH
5874
2.6.0

0 commit comments

Comments
 (0)