Skip to content

Commit 6f8814f

Browse files
Bump the dev-ruby-development group across 1 directory with 2 updates
Bumps the dev-ruby-development group with 2 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-github](https://github.com/github/rubocop-github). Updates `rubocop` from 1.84.2 to 1.85.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.2...v1.85.1) Updates `rubocop-github` from 0.26.0 to 0.27.0 - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](github/rubocop-github@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-development - dependency-name: rubocop-github dependency-version: 0.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f71310c commit 6f8814f

32 files changed

+23
-16
lines changed

Gemfile.lock

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,26 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (8.0.2)
11+
activesupport (8.1.2)
1212
base64
13-
benchmark (>= 0.3)
1413
bigdecimal
1514
concurrent-ruby (~> 1.0, >= 1.3.1)
1615
connection_pool (>= 2.2.5)
1716
drb
1817
i18n (>= 1.6, < 2)
18+
json
1919
logger (>= 1.4.2)
2020
minitest (>= 5.1)
2121
securerandom (>= 0.3)
2222
tzinfo (~> 2.0, >= 2.0.5)
2323
uri (>= 0.13.1)
24-
addressable (2.8.8)
24+
addressable (2.8.9)
2525
public_suffix (>= 2.0.2, < 8.0)
2626
ast (2.4.3)
2727
base64 (0.3.0)
28-
benchmark (0.4.1)
29-
bigdecimal (3.3.1)
30-
concurrent-ruby (1.3.5)
31-
connection_pool (2.5.3)
28+
bigdecimal (4.0.1)
29+
concurrent-ruby (1.3.6)
30+
connection_pool (3.0.2)
3231
contracts (0.17.3)
3332
crack (1.0.1)
3433
bigdecimal
@@ -56,18 +55,25 @@ GEM
5655
faraday-net_http (3.4.2)
5756
net-http (~> 0.5)
5857
hashdiff (1.2.1)
59-
i18n (1.14.7)
58+
i18n (1.14.8)
6059
concurrent-ruby (~> 1.0)
6160
io-console (0.8.2)
6261
irb (1.16.0)
6362
pp (>= 0.6.0)
6463
rdoc (>= 4.0.0)
6564
reline (>= 0.4.2)
66-
json (2.18.1)
65+
json (2.19.1)
66+
json-schema (6.2.0)
67+
addressable (~> 2.8)
68+
bigdecimal (>= 3.1, < 5)
6769
language_server-protocol (3.17.0.5)
6870
lint_roller (1.1.0)
6971
logger (1.7.0)
70-
minitest (5.25.5)
72+
mcp (0.8.0)
73+
json-schema (>= 4.1)
74+
minitest (6.0.2)
75+
drb (~> 2.0)
76+
prism (~> 1.5)
7177
net-http (0.9.1)
7278
uri (>= 0.11.1)
7379
net-ldap (0.20.0)
@@ -89,9 +95,9 @@ GEM
8995
psych (5.3.1)
9096
date
9197
stringio
92-
public_suffix (7.0.0)
98+
public_suffix (7.0.5)
9399
racc (1.8.1)
94-
rack (3.1.20)
100+
rack (3.2.5)
95101
rainbow (3.1.1)
96102
rake (13.3.1)
97103
rdoc (7.0.3)
@@ -115,29 +121,30 @@ GEM
115121
diff-lcs (>= 1.2.0, < 2.0)
116122
rspec-support (~> 3.13.0)
117123
rspec-support (3.13.6)
118-
rubocop (1.84.2)
124+
rubocop (1.85.1)
119125
json (~> 2.3)
120126
language_server-protocol (~> 3.17.0.2)
121127
lint_roller (~> 1.1.0)
128+
mcp (~> 0.6)
122129
parallel (~> 1.10)
123130
parser (>= 3.3.0.2)
124131
rainbow (>= 2.2.2, < 4.0)
125132
regexp_parser (>= 2.9.3, < 3.0)
126133
rubocop-ast (>= 1.49.0, < 2.0)
127134
ruby-progressbar (~> 1.7)
128135
unicode-display_width (>= 2.4.0, < 4.0)
129-
rubocop-ast (1.49.0)
136+
rubocop-ast (1.49.1)
130137
parser (>= 3.3.7.2)
131138
prism (~> 1.7)
132-
rubocop-github (0.26.0)
139+
rubocop-github (0.27.0)
133140
rubocop (>= 1.76)
134141
rubocop-performance (>= 1.24)
135142
rubocop-rails (>= 2.23)
136143
rubocop-performance (1.26.1)
137144
lint_roller (~> 1.1)
138145
rubocop (>= 1.75.0, < 2.0)
139146
rubocop-ast (>= 1.47.1, < 2.0)
140-
rubocop-rails (2.32.0)
147+
rubocop-rails (2.34.3)
141148
activesupport (>= 4.2.0)
142149
lint_roller (~> 1.1)
143150
rack (>= 1.1)
-246 KB
Binary file not shown.
263 KB
Binary file not shown.

vendor/cache/addressable-2.8.8.gem

-107 KB
Binary file not shown.

vendor/cache/addressable-2.8.9.gem

76 KB
Binary file not shown.

vendor/cache/benchmark-0.4.1.gem

-14 KB
Binary file not shown.

vendor/cache/bigdecimal-3.3.1.gem

-83 KB
Binary file not shown.

vendor/cache/bigdecimal-4.0.1.gem

88 KB
Binary file not shown.
-342 KB
Binary file not shown.
343 KB
Binary file not shown.

0 commit comments

Comments
 (0)