Skip to content

Commit 4a1ba35

Browse files
build(deps-dev): bump solargraph from 0.51.2 to 0.53.4 (#4285)
* build(deps-dev): bump solargraph from 0.51.2 to 0.53.4 Bumps [solargraph](https://github.com/castwide/solargraph) from 0.51.2 to 0.53.4. - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](castwide/solargraph@v0.51.2...v0.53.4) --- updated-dependencies: - dependency-name: solargraph dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump json_pure to 2.8.1 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philipp Thun <[email protected]>
1 parent 21f40c5 commit 4a1ba35

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

Gemfile.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
allowy (2.1.0)
8282
activesupport (>= 3.2)
8383
i18n
84-
ast (2.4.2)
84+
ast (2.4.3)
8585
azure-core (0.1.15)
8686
faraday (~> 0.9)
8787
faraday_middleware (~> 0.10)
@@ -137,7 +137,7 @@ GEM
137137
declarative (0.0.20)
138138
delayed_job (4.1.12)
139139
activesupport (>= 3.0, < 8.0)
140-
diff-lcs (1.5.1)
140+
diff-lcs (1.6.1)
141141
digest-xxhash (0.2.9)
142142
docile (1.1.5)
143143
domain_name (0.6.20240107)
@@ -272,12 +272,12 @@ GEM
272272
rdoc (>= 4.0.0)
273273
reline (>= 0.4.2)
274274
jaro_winkler (1.6.0)
275-
json (2.9.1)
275+
json (2.10.2)
276276
json-diff (0.4.1)
277277
json-schema (5.1.1)
278278
addressable (~> 2.8)
279279
bigdecimal (~> 3.1)
280-
json_pure (2.7.6)
280+
json_pure (2.8.1)
281281
jwt (2.8.1)
282282
base64
283283
kramdown (2.5.1)
@@ -295,7 +295,7 @@ GEM
295295
llhttp-ffi (0.5.0)
296296
ffi-compiler (~> 1.0)
297297
rake (~> 13.0)
298-
logger (1.6.6)
298+
logger (1.7.0)
299299
loggregator_emitter (5.2.0)
300300
beefcake (~> 1.0.0)
301301
loofah (2.24.0)
@@ -354,13 +354,14 @@ GEM
354354
parallel (1.26.3)
355355
parallel_tests (5.1.0)
356356
parallel
357-
parser (3.3.7.0)
357+
parser (3.3.7.4)
358358
ast (~> 2.4.1)
359359
racc
360360
pg (1.5.9)
361361
pp (0.6.2)
362362
prettyprint
363363
prettyprint (0.2.0)
364+
prism (1.4.0)
364365
prometheus-client (4.2.4)
365366
base64
366367
pry (0.14.1)
@@ -407,7 +408,7 @@ GEM
407408
rb-fsevent (0.11.2)
408409
rb-inotify (0.10.1)
409410
ffi (~> 1.0)
410-
rbs (3.8.1)
411+
rbs (3.9.2)
411412
logger
412413
rdoc (6.12.0)
413414
psych (>= 4.0.0)
@@ -477,8 +478,9 @@ GEM
477478
rubocop-ast (>= 1.38.0, < 2.0)
478479
ruby-progressbar (~> 1.7)
479480
unicode-display_width (>= 2.4.0, < 4.0)
480-
rubocop-ast (1.38.0)
481-
parser (>= 3.3.1.0)
481+
rubocop-ast (1.44.0)
482+
parser (>= 3.3.7.2)
483+
prism (~> 1.4)
482484
rubocop-capybara (2.21.0)
483485
rubocop (~> 1.41)
484486
rubocop-factory_bot (2.26.1)
@@ -528,7 +530,7 @@ GEM
528530
rack-protection (= 3.2.0)
529531
sinatra (= 3.2.0)
530532
tilt (~> 2.0)
531-
solargraph (0.51.2)
533+
solargraph (0.53.4)
532534
backport (~> 1.2)
533535
benchmark
534536
bundler (~> 2.0)
@@ -540,12 +542,13 @@ GEM
540542
observer (~> 0.1)
541543
ostruct (~> 0.6)
542544
parser (~> 3.0)
543-
rbs (~> 3.0)
545+
rbs (~> 3.3)
544546
reverse_markdown (>= 2.0, < 4)
545547
rubocop (~> 1.38)
546548
thor (~> 1.0)
547549
tilt (~> 2.0)
548550
yard (~> 0.9, >= 0.9.24)
551+
yard-solargraph (~> 0.1)
549552
spring (4.3.0)
550553
spring-commands-rspec (1.0.4)
551554
spring (>= 0.9.1)
@@ -587,6 +590,8 @@ GEM
587590
rexml
588591
yajl-ruby (1.4.3)
589592
yard (0.9.37)
593+
yard-solargraph (0.1.0)
594+
yard (~> 0.9)
590595
zeitwerk (2.7.1)
591596

592597
PLATFORMS

0 commit comments

Comments
 (0)