Skip to content

Commit 5c6c844

Browse files
Bump rubocop from 1.84.2 to 1.85.0 (#338)
1 parent 0a2a793 commit 5c6c844

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10+
addressable (2.8.8)
11+
public_suffix (>= 2.0.2, < 8.0)
1012
aruba (2.3.3)
1113
bundler (>= 1.17)
1214
contracts (>= 0.16.0, < 0.18.0)
@@ -76,6 +78,9 @@ GEM
7678
http-2 (>= 1.0.0)
7779
io-console (0.8.2)
7880
json (2.18.1)
81+
json-schema (6.1.0)
82+
addressable (~> 2.8)
83+
bigdecimal (>= 3.1, < 5)
7984
language_server-protocol (3.17.0.5)
8085
lint_roller (1.1.0)
8186
listen (3.10.0)
@@ -84,6 +89,8 @@ GEM
8489
rb-inotify (~> 0.9, >= 0.9.10)
8590
logger (1.7.0)
8691
lumberjack (1.4.2)
92+
mcp (0.7.1)
93+
json-schema (>= 4.1)
8794
memoist3 (1.0.0)
8895
method_source (1.1.0)
8996
mini_mime (1.1.5)
@@ -99,7 +106,7 @@ GEM
99106
nenv (~> 0.1)
100107
shellany (~> 0.0)
101108
parallel (1.27.0)
102-
parser (3.3.10.1)
109+
parser (3.3.10.2)
103110
ast (~> 2.4.1)
104111
racc
105112
prism (1.9.0)
@@ -110,6 +117,7 @@ GEM
110117
pry-byebug (3.12.0)
111118
byebug (~> 13.0)
112119
pry (>= 0.13, < 0.17)
120+
public_suffix (7.0.2)
113121
racc (1.8.1)
114122
rack (3.1.20)
115123
rackup (0.2.3)
@@ -136,10 +144,11 @@ GEM
136144
diff-lcs (>= 1.2.0, < 2.0)
137145
rspec-support (~> 3.13.0)
138146
rspec-support (3.13.6)
139-
rubocop (1.84.2)
147+
rubocop (1.85.0)
140148
json (~> 2.3)
141149
language_server-protocol (~> 3.17.0.2)
142150
lint_roller (~> 1.1.0)
151+
mcp (~> 0.6)
143152
parallel (~> 1.10)
144153
parser (>= 3.3.0.2)
145154
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)