Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 6b900ca

Browse files
matt-royalcwlbraa
andcommitted
bump solargraph to maybe get it working with coc.nvim
Co-authored-by: Matt Royal <mroyal@pivotal.io> Co-authored-by: Connor Braa <cbraa@pivotal.io>
1 parent bda588c commit 6b900ca

1 file changed

Lines changed: 18 additions & 15 deletions

File tree

Gemfile.lock

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GEM
6060
allowy (2.1.0)
6161
activesupport (>= 3.2)
6262
i18n
63-
ast (2.4.0)
63+
ast (2.4.1)
6464
awesome_print (1.8.0)
6565
azure-core (0.1.14)
6666
faraday (~> 0.9)
@@ -87,9 +87,10 @@ GEM
8787
ms_rest_azure (~> 0.7.0)
8888
azure_mgmt_traffic_manager (0.9.0)
8989
ms_rest_azure (~> 0.7.0)
90-
backport (1.1.1)
90+
backport (1.1.2)
9191
backports (3.11.4)
9292
beefcake (1.0.0)
93+
benchmark (0.1.0)
9394
bit-struct (0.16)
9495
bits_service_client (3.3.0)
9596
activesupport
@@ -129,6 +130,7 @@ GEM
129130
docile (1.1.5)
130131
domain_name (0.5.20180417)
131132
unf (>= 0.0.5, < 1.0.0)
133+
e2mmap (0.1.0)
132134
em-http-request (1.1.5)
133135
addressable (>= 2.3.4)
134136
cookiejar (!= 0.3.1)
@@ -219,7 +221,6 @@ GEM
219221
google-protobuf (~> 3.1)
220222
googleapis-common-protos-types (~> 1.0.0)
221223
hashdiff (0.3.8)
222-
htmlentities (4.3.4)
223224
http (4.2.0)
224225
addressable (~> 2.3)
225226
http-cookie (~> 1.0)
@@ -242,7 +243,6 @@ GEM
242243
addressable (>= 2.4)
243244
json_pure (2.1.0)
244245
jwt (2.2.1)
245-
kramdown (1.17.0)
246246
kubeclient (4.5.0)
247247
http (>= 3.0, < 5.0)
248248
recursive-open-struct (~> 1.0, >= 1.0.4)
@@ -257,6 +257,7 @@ GEM
257257
crass (~> 1.0.2)
258258
nokogiri (>= 1.5.9)
259259
machinist (1.0.6)
260+
maruku (0.7.3)
260261
membrane (1.1.0)
261262
memoist (0.16.0)
262263
method_source (0.9.2)
@@ -293,7 +294,7 @@ GEM
293294
parallel (1.19.1)
294295
parallel_tests (2.27.1)
295296
parallel
296-
parser (2.7.0.2)
297+
parser (2.7.1.3)
297298
ast (~> 2.4.0)
298299
pg (1.0.0)
299300
posix-spawn (0.3.13)
@@ -341,7 +342,7 @@ GEM
341342
mime-types (>= 1.16, < 4.0)
342343
netrc (~> 0.8)
343344
retriable (3.1.2)
344-
reverse_markdown (1.1.0)
345+
reverse_markdown (2.0.0)
345346
nokogiri
346347
rfc822 (0.1.5)
347348
roodi (5.0.0)
@@ -421,18 +422,20 @@ GEM
421422
rack-protection (= 2.0.5)
422423
sinatra (= 2.0.5)
423424
tilt (>= 1.3, < 3)
424-
solargraph (0.34.3)
425+
solargraph (0.39.8)
425426
backport (~> 1.1)
427+
benchmark
426428
bundler (>= 1.17.2)
427-
htmlentities (~> 4.3, >= 4.3.4)
429+
e2mmap
428430
jaro_winkler (~> 1.5)
429-
kramdown (~> 1.16)
431+
maruku (~> 0.7, >= 0.7.3)
432+
nokogiri (~> 1.9, >= 1.9.1)
430433
parser (~> 2.3)
431-
reverse_markdown (~> 1.0, >= 1.0.5)
434+
reverse_markdown (>= 1.0.5, < 3)
432435
rubocop (~> 0.52)
433-
thor (~> 0.19, >= 0.19.4)
436+
thor (~> 1.0)
434437
tilt (~> 2.0)
435-
yard (~> 0.9)
438+
yard (~> 0.9, >= 0.9.24)
436439
spring (2.1.0)
437440
spring-commands-rspec (1.0.4)
438441
spring (>= 0.9.1)
@@ -449,9 +452,9 @@ GEM
449452
daemons (~> 1.0, >= 1.0.9)
450453
eventmachine (~> 1.0, >= 1.0.4)
451454
rack (>= 1, < 3)
452-
thor (0.20.3)
455+
thor (1.0.1)
453456
thread_safe (0.3.6)
454-
tilt (2.0.9)
457+
tilt (2.0.10)
455458
timecop (0.9.1)
456459
timeliness (0.3.8)
457460
tzinfo (1.2.7)
@@ -470,7 +473,7 @@ GEM
470473
hashdiff
471474
xml-simple (1.1.5)
472475
yajl-ruby (1.4.1)
473-
yard (0.9.20)
476+
yard (0.9.25)
474477

475478
PLATFORMS
476479
ruby

0 commit comments

Comments
 (0)