File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem "org-ruby", "0.9.12"
1212gem "creole" , "~>0.5.0"
1313gem "wikicloth" , "=0.8.3"
1414gem "twitter-text" , "~> 1.14"
15- gem "asciidoctor" , "~> 2.0.5 "
15+ gem "asciidoctor" , "~> 2.0.26 "
1616gem "rake"
1717gem "rexml"
1818gem "nokogiri" , ">= 1.19.1"
Original file line number Diff line number Diff line change 2828 mutex_m
2929 securerandom (>= 0.3 )
3030 tzinfo (~> 2.0 )
31- asciidoctor (2.0.23 )
31+ asciidoctor (2.0.26 )
3232 base64 (0.2.0 )
3333 benchmark (0.4.0 )
3434 bigdecimal (3.1.9 )
3535 builder (3.3.0 )
36- cgi (0.4.2 )
36+ cgi (0.5.1 )
3737 charlock_holmes (0.7.9 )
3838 concurrent-ruby (1.3.5 )
3939 connection_pool (2.5.0 )
4242 date (3.4.1 )
4343 drb (2.2.1 )
4444 expression_parser (0.9.0 )
45- github-linguist (9.1 .0 )
45+ github-linguist (9.3 .0 )
4646 cgi
4747 charlock_holmes (~> 0.7.7 )
4848 mini_mime (~> 1.0 )
8080 date
8181 stringio
8282 racc (1.8.1 )
83- rake (13.2 .1 )
83+ rake (13.3 .1 )
8484 rdoc (6.13.1 )
8585 psych (>= 4.0.0 )
8686 redcarpet (3.6.1 )
87- rexml (3.4.2 )
87+ rexml (3.4.4 )
8888 ruby-enum (0.9.0 )
8989 i18n
9090 rubypants (0.7.1 )
@@ -120,7 +120,7 @@ PLATFORMS
120120DEPENDENCIES
121121 RedCloth
122122 activesupport (~> 7.1.5 )
123- asciidoctor (~> 2.0.5 )
123+ asciidoctor (~> 2.0.26 )
124124 commonmarker !
125125 creole (~> 0.5.0 )
126126 github-linguist (>= 7.1.3 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020 s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
2121 s . require_paths = %w[ lib ]
2222
23- s . add_development_dependency 'rake' , '~> 12 '
23+ s . add_development_dependency 'rake' , '~> 13 '
2424 s . add_development_dependency 'activesupport' , '~> 7.1.5'
2525 s . add_development_dependency 'minitest' , '~> 5.4' , '>= 5.4.3'
2626 s . add_development_dependency 'html-pipeline' , '~> 1.0'
You can’t perform that action at this time.
0 commit comments