Skip to content

Commit d5a23ad

Browse files
chore(deps): update dependency solargraph to "~> 0.57.0"
1 parent f4b610d commit d5a23ad

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ source "https://rubygems.org"
66

77
gem "fastlane", "~> 2.217"
88

9-
gem "solargraph", "~> 0.56.0"
9+
gem "solargraph", "~> 0.57.0"

Gemfile.lock

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ GEM
165165
mutex_m
166166
jaro_winkler (1.6.1)
167167
jmespath (1.6.2)
168-
json (2.15.0)
168+
json (2.15.1)
169169
jwt (2.10.2)
170170
base64
171-
kramdown (2.4.0)
172-
rexml
171+
kramdown (2.5.1)
172+
rexml (>= 3.3.9)
173173
kramdown-parser-gfm (1.1.0)
174174
kramdown (~> 2.0)
175175
language_server-protocol (3.17.0.5)
@@ -183,27 +183,27 @@ GEM
183183
nanaimo (0.4.0)
184184
naturally (2.3.0)
185185
nkf (0.2.0)
186-
nokogiri (1.18.8-x64-mingw-ucrt)
186+
nokogiri (1.18.10-x64-mingw-ucrt)
187187
racc (~> 1.4)
188-
nokogiri (1.18.8-x86_64-linux-gnu)
188+
nokogiri (1.18.10-x86_64-linux-gnu)
189189
racc (~> 1.4)
190190
observer (0.1.2)
191191
optparse (0.6.0)
192192
os (1.1.4)
193-
ostruct (0.6.2)
193+
ostruct (0.6.3)
194194
parallel (1.27.0)
195-
parser (3.3.8.0)
195+
parser (3.3.9.0)
196196
ast (~> 2.4.1)
197197
racc
198198
plist (3.7.2)
199-
prism (1.4.0)
199+
prism (1.5.2)
200200
public_suffix (6.0.2)
201201
racc (1.8.1)
202202
rainbow (3.1.1)
203203
rake (13.3.0)
204-
rbs (3.9.4)
204+
rbs (3.9.5)
205205
logger
206-
regexp_parser (2.10.0)
206+
regexp_parser (2.11.3)
207207
representable (3.2.0)
208208
declarative (< 0.1.0)
209209
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -213,18 +213,18 @@ GEM
213213
nokogiri
214214
rexml (3.4.4)
215215
rouge (2.0.7)
216-
rubocop (1.77.0)
216+
rubocop (1.81.1)
217217
json (~> 2.3)
218218
language_server-protocol (~> 3.17.0.2)
219219
lint_roller (~> 1.1.0)
220220
parallel (~> 1.10)
221221
parser (>= 3.3.0.2)
222222
rainbow (>= 2.2.2, < 4.0)
223223
regexp_parser (>= 2.9.3, < 3.0)
224-
rubocop-ast (>= 1.45.1, < 2.0)
224+
rubocop-ast (>= 1.47.1, < 2.0)
225225
ruby-progressbar (~> 1.7)
226226
unicode-display_width (>= 2.4.0, < 4.0)
227-
rubocop-ast (1.45.1)
227+
rubocop-ast (1.47.1)
228228
parser (>= 3.3.7.2)
229229
prism (~> 1.4)
230230
ruby-progressbar (1.13.0)
@@ -239,7 +239,7 @@ GEM
239239
simctl (1.6.10)
240240
CFPropertyList
241241
naturally
242-
solargraph (0.56.0)
242+
solargraph (0.57.0)
243243
backport (~> 1.2)
244244
benchmark (~> 0.4)
245245
bundler (~> 2.0)
@@ -252,18 +252,19 @@ GEM
252252
ostruct (~> 0.6)
253253
parser (~> 3.0)
254254
prism (~> 1.4)
255-
rbs (~> 3.3)
255+
rbs (>= 3.6.1, <= 4.0.0.dev.4)
256256
reverse_markdown (~> 3.0)
257-
rubocop (~> 1.38)
257+
rubocop (~> 1.76)
258258
thor (~> 1.0)
259259
tilt (~> 2.0)
260260
yard (~> 0.9, >= 0.9.24)
261+
yard-activesupport-concern (~> 0.0)
261262
yard-solargraph (~> 0.1)
262263
terminal-notifier (2.0.0)
263264
terminal-table (3.0.2)
264265
unicode-display_width (>= 1.1.1, < 3)
265-
thor (1.3.2)
266-
tilt (2.6.0)
266+
thor (1.4.0)
267+
tilt (2.6.1)
267268
trailblazer-option (0.1.2)
268269
tty-cursor (0.7.1)
269270
tty-screen (0.8.2)
@@ -284,6 +285,8 @@ GEM
284285
xcpretty-travis-formatter (1.0.1)
285286
xcpretty (~> 0.2, >= 0.0.7)
286287
yard (0.9.37)
288+
yard-activesupport-concern (0.0.1)
289+
yard (>= 0.8)
287290
yard-solargraph (0.1.0)
288291
yard (~> 0.9)
289292

@@ -293,7 +296,7 @@ PLATFORMS
293296

294297
DEPENDENCIES
295298
fastlane (~> 2.217)
296-
solargraph (~> 0.56.0)
299+
solargraph (~> 0.57.0)
297300

298301
BUNDLED WITH
299302
2.3.26

0 commit comments

Comments
 (0)