Skip to content

Commit ae68ea9

Browse files
committed
git yard may cause CI error, revert to yard gem and old commonmark
1 parent 343aa6a commit ae68ea9

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

Gemfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ group :development, :lint do
3232
end
3333

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

Gemfile.lock

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
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-
91
GEM
102
remote: https://rubygems.org/
113
specs:
124
ast (2.4.3)
135
coderay (1.1.3)
14-
commonmarker (2.3.0)
15-
rb_sys (~> 0.9)
16-
commonmarker (2.3.0-x86_64-linux)
6+
commonmarker (0.23.11)
177
docopt (0.6.1)
188
json (2.11.3)
199
language_server-protocol (3.17.0.4)
@@ -27,9 +17,6 @@ GEM
2717
racc (1.8.1)
2818
rainbow (3.1.1)
2919
rake (13.2.1)
30-
rake-compiler-dock (1.9.1)
31-
rb_sys (0.9.111)
32-
rake-compiler-dock (= 1.9.1)
3320
regexp_parser (2.10.0)
3421
rubocop (1.75.4)
3522
json (~> 2.3)
@@ -50,6 +37,7 @@ GEM
5037
unicode-emoji (~> 4.0, >= 4.0.4)
5138
unicode-emoji (4.0.4)
5239
webrick (1.9.1)
40+
yard (0.9.37)
5341
yard-coderay (0.1.0)
5442
coderay
5543
yard
@@ -60,13 +48,13 @@ PLATFORMS
6048

6149
DEPENDENCIES
6250
bundler (~> 2.1)
63-
commonmarker (~> 2.0)
51+
commonmarker (~> 0.23)
6452
docopt (~> 0.6)
6553
minitest (~> 5.25)
6654
rake (~> 13.2)
6755
rubocop (~> 1.75)
6856
webrick (~> 1.9)
69-
yard!
57+
yard (>= 0.9.37, < 0.10)
7058
yard-coderay (~> 0.1)
7159

7260
BUNDLED WITH

0 commit comments

Comments
 (0)