Skip to content

Commit

Permalink
commonmarker 2
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Jan 25, 2025
1 parent e038a88 commit 4f3637d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ group :development, :lint do
end

group :development, :docs do
gem 'commonmarker', '~> 0.23' # for markdown support in YARD
gem 'commonmarker', '~> 2.0' # for markdown support in YARD
gem 'webrick', '~> 1.9' # for yard server
gem 'yard', ['>= 0.9.27', '< 0.10']
# gem 'yard', ['>= 0.9.27', '< 0.10']
# https://github.com/lsegal/yard/issues/1528
gem 'yard', github: 'ParadoxV5/yard', ref: '9e869c940859570b07b81c5eadd6070e76f6291e', branch: 'commonmarker-1.0'
gem 'yard-coderay', '~> 0.1' # for syntax highlight support in YARD
end
18 changes: 14 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/ParadoxV5/yard.git
revision: 9e869c940859570b07b81c5eadd6070e76f6291e
ref: 9e869c940859570b07b81c5eadd6070e76f6291e
branch: commonmarker-1.0
specs:
yard (0.9.36)

PATH
remote: .
specs:
Expand All @@ -17,7 +25,9 @@ GEM
camertron-eprun (1.1.1)
cldr-plurals-runtime-rb (1.1.0)
coderay (1.1.3)
commonmarker (0.23.11)
commonmarker (2.0.4)
rb_sys (~> 0.9)
commonmarker (2.0.4-x86_64-linux)
concurrent-ruby (1.3.5)
ctf-party (3.0.0)
docopt (~> 0.6)
Expand All @@ -37,6 +47,7 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rb_sys (0.9.108)
regexp_parser (2.10.0)
rubocop (1.71.0)
json (~> 2.3)
Expand Down Expand Up @@ -64,7 +75,6 @@ GEM
unicode-emoji (4.0.4)
uri (0.13.1)
webrick (1.9.1)
yard (0.9.37)
yard-coderay (0.1.0)
coderay
yard
Expand All @@ -76,7 +86,7 @@ PLATFORMS
DEPENDENCIES
bigdecimal (~> 3.1, >= 3.1.9)
bundler (~> 2.1)
commonmarker (~> 0.23)
commonmarker (~> 2.0)
ctf-party (~> 3.0)
dry-cli (~> 1.2)
minitest (~> 5.25)
Expand All @@ -88,7 +98,7 @@ DEPENDENCIES
unicode-confusable (~> 1.12)
unisec!
webrick (~> 1.9)
yard (>= 0.9.27, < 0.10)
yard!
yard-coderay (~> 0.1)

BUNDLED WITH
Expand Down

0 comments on commit 4f3637d

Please sign in to comment.