Skip to content

Commit ec7a452

Browse files
committed
update commonmarker
1 parent 92daf49 commit ec7a452

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

Gemfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ group :development, :lint do
3535
end
3636

3737
group :development, :docs do
38-
gem 'commonmarker', '~> 0.23' # for markdown support in YARD
39-
gem 'yard', ['>= 0.9.27', '< 0.10']
38+
gem 'commonmarker', '~> 2.0' # for markdown support in YARD
39+
# gem 'yard', ['>= 0.9.27', '< 0.10']
40+
# https://github.com/lsegal/yard/issues/1528
41+
gem 'yard', github: 'ParadoxV5/yard', ref: '9e869c940859570b07b81c5eadd6070e76f6291e', branch: 'commonmarker-1.0'
4042
gem 'yard-coderay', '~> 0.1' # for syntax highlight support in YARD
4143
end

Gemfile.lock

+20-8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
GIT
2+
remote: https://github.com/ParadoxV5/yard.git
3+
revision: 9e869c940859570b07b81c5eadd6070e76f6291e
4+
ref: 9e869c940859570b07b81c5eadd6070e76f6291e
5+
branch: commonmarker-1.0
6+
specs:
7+
yard (0.9.36)
8+
19
PATH
210
remote: .
311
specs:
@@ -12,11 +20,13 @@ GEM
1220
specs:
1321
ast (2.4.2)
1422
coderay (1.1.3)
15-
commonmarker (0.23.11)
23+
commonmarker (2.0.4)
24+
rb_sys (~> 0.9)
25+
commonmarker (2.0.4-x86_64-linux)
1626
csv (3.3.2)
1727
docopt (0.6.1)
1828
json (2.9.1)
19-
language_server-protocol (3.17.0.3)
29+
language_server-protocol (3.17.0.4)
2030
minitest (5.25.4)
2131
minitest-skip (0.0.3)
2232
minitest (~> 5.0)
@@ -28,25 +38,27 @@ GEM
2838
racc (1.8.1)
2939
rainbow (3.1.1)
3040
rake (13.2.1)
41+
rake-compiler-dock (1.9.1)
42+
rb_sys (0.9.110)
43+
rake-compiler-dock (= 1.9.1)
3144
regexp_parser (2.10.0)
3245
rexml (3.4.0)
33-
rubocop (1.71.0)
46+
rubocop (1.71.1)
3447
json (~> 2.3)
3548
language_server-protocol (>= 3.17.0)
3649
parallel (~> 1.10)
3750
parser (>= 3.3.0.2)
3851
rainbow (>= 2.2.2, < 4.0)
3952
regexp_parser (>= 2.9.3, < 3.0)
40-
rubocop-ast (>= 1.36.2, < 2.0)
53+
rubocop-ast (>= 1.38.0, < 2.0)
4154
ruby-progressbar (~> 1.7)
4255
unicode-display_width (>= 2.4.0, < 4.0)
43-
rubocop-ast (1.37.0)
56+
rubocop-ast (1.38.0)
4457
parser (>= 3.3.1.0)
4558
ruby-progressbar (1.13.0)
4659
unicode-display_width (3.1.4)
4760
unicode-emoji (~> 4.0, >= 4.0.4)
4861
unicode-emoji (4.0.4)
49-
yard (0.9.37)
5062
yard-coderay (0.1.0)
5163
coderay
5264
yard
@@ -57,7 +69,7 @@ PLATFORMS
5769

5870
DEPENDENCIES
5971
bundler (~> 2.1)
60-
commonmarker (~> 0.23)
72+
commonmarker (~> 2.0)
6173
csv (~> 3.3)
6274
docopt (~> 0.6)
6375
minitest (~> 5.25)
@@ -67,7 +79,7 @@ DEPENDENCIES
6779
rexml (~> 3.4)
6880
rubocop (~> 1.71)
6981
tls-map!
70-
yard (>= 0.9.27, < 0.10)
82+
yard!
7183
yard-coderay (~> 0.1)
7284

7385
BUNDLED WITH

0 commit comments

Comments
 (0)