Skip to content

Commit 89b76bb

Browse files
deps-dev(deps-dev): bump the rubocop group with 2 updates
Bumps the rubocop group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `rubocop` from 1.79.1 to 1.80.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.1...v1.80.2) Updates `rubocop-minitest` from 0.38.1 to 0.38.2 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.38.1...v0.38.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-minitest dependency-version: 0.38.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0a9c07 commit 89b76bb

1 file changed

Lines changed: 22 additions & 16 deletions

File tree

Gemfile.lock

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,37 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
4+
addressable (2.8.9)
5+
public_suffix (>= 2.0.2, < 8.0)
66
ast (2.4.3)
77
base64 (0.3.0)
8-
bigdecimal (3.2.2)
8+
bigdecimal (4.0.1)
99
crack (1.0.0)
1010
bigdecimal
1111
rexml
1212
daemons (1.4.1)
1313
dotenv (3.1.8)
1414
eventmachine (1.2.7)
1515
hashdiff (1.2.0)
16-
json (2.13.2)
16+
json (2.19.2)
17+
json-schema (6.2.0)
18+
addressable (~> 2.8)
19+
bigdecimal (>= 3.1, < 5)
1720
language_server-protocol (3.17.0.5)
1821
lint_roller (1.1.0)
1922
logger (1.7.0)
23+
mcp (0.9.0)
24+
json-schema (>= 4.1)
2025
minitest (5.25.5)
2126
mustermann (3.0.3)
2227
ruby2_keywords (~> 0.0.1)
2328
nio4r (2.7.4)
2429
parallel (1.27.0)
25-
parser (3.3.9.0)
30+
parser (3.3.10.2)
2631
ast (~> 2.4.1)
2732
racc
28-
prism (1.4.0)
29-
public_suffix (6.0.2)
33+
prism (1.9.0)
34+
public_suffix (7.0.5)
3035
puma (7.0.1)
3136
nio4r (~> 2.0)
3237
racc (1.8.1)
@@ -42,23 +47,24 @@ GEM
4247
rack (>= 1.3)
4348
rainbow (3.1.1)
4449
rake (13.3.0)
45-
regexp_parser (2.10.0)
50+
regexp_parser (2.11.3)
4651
rexml (3.4.1)
47-
rubocop (1.79.1)
52+
rubocop (1.85.1)
4853
json (~> 2.3)
4954
language_server-protocol (~> 3.17.0.2)
5055
lint_roller (~> 1.1.0)
56+
mcp (~> 0.6)
5157
parallel (~> 1.10)
5258
parser (>= 3.3.0.2)
5359
rainbow (>= 2.2.2, < 4.0)
5460
regexp_parser (>= 2.9.3, < 3.0)
55-
rubocop-ast (>= 1.46.0, < 2.0)
61+
rubocop-ast (>= 1.49.0, < 2.0)
5662
ruby-progressbar (~> 1.7)
5763
unicode-display_width (>= 2.4.0, < 4.0)
58-
rubocop-ast (1.46.0)
64+
rubocop-ast (1.49.1)
5965
parser (>= 3.3.7.2)
60-
prism (~> 1.4)
61-
rubocop-minitest (0.38.1)
66+
prism (~> 1.7)
67+
rubocop-minitest (0.39.1)
6268
lint_roller (~> 1.1)
6369
rubocop (>= 1.75.0, < 2.0)
6470
rubocop-ast (>= 1.38.0, < 2.0)
@@ -80,9 +86,9 @@ GEM
8086
logger
8187
rack (>= 1, < 4)
8288
tilt (2.6.1)
83-
unicode-display_width (3.1.4)
84-
unicode-emoji (~> 4.0, >= 4.0.4)
85-
unicode-emoji (4.0.4)
89+
unicode-display_width (3.2.0)
90+
unicode-emoji (~> 4.1)
91+
unicode-emoji (4.2.0)
8692
webmock (3.25.1)
8793
addressable (>= 2.8.0)
8894
crack (>= 0.3.2)

0 commit comments

Comments
 (0)