File tree Expand file tree Collapse file tree 3 files changed +18
-16
lines changed Expand file tree Collapse file tree 3 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gem "RedCloth"
77# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade.
88# however we want to bump up to this version since this has a security patch
99gem "commonmarker" , git : "https://github.com/gjtorikian/commonmarker.git" , tag : "v0.18.3"
10- gem "rdoc" , "~> 6.7 .0"
10+ gem "rdoc" , "~> 6.13 .0"
1111gem "org-ruby" , "0.9.12"
1212gem "creole" , "~>0.5.0"
1313gem "wikicloth" , "=0.8.3"
Original file line number Diff line number Diff line change 3939 connection_pool (2.4.1 )
4040 crass (1.0.6 )
4141 creole (0.5.0 )
42+ date (3.4.1 )
4243 drb (2.2.1 )
4344 expression_parser (0.9.0 )
4445 github-linguist (7.30.0 )
5455 concurrent-ruby (~> 1.0 )
5556 logger (1.6.1 )
5657 mini_mime (1.1.5 )
57- minitest (5.25.1 )
58+ minitest (5.25.5 )
5859 mutex_m (0.2.0 )
59- nokogiri (1.16.7 -aarch64-linux )
60+ nokogiri (1.17.2 -aarch64-linux )
6061 racc (~> 1.4 )
61- nokogiri (1.16.7 -arm-linux )
62+ nokogiri (1.17.2 -arm-linux )
6263 racc (~> 1.4 )
63- nokogiri (1.16.7 -arm64-darwin )
64+ nokogiri (1.17.2 -arm64-darwin )
6465 racc (~> 1.4 )
65- nokogiri (1.16.7 -x86-linux )
66+ nokogiri (1.17.2 -x86-linux )
6667 racc (~> 1.4 )
67- nokogiri (1.16.7 -x86_64-darwin )
68+ nokogiri (1.17.2 -x86_64-darwin )
6869 racc (~> 1.4 )
69- nokogiri (1.16.7 -x86_64-linux )
70+ nokogiri (1.17.2 -x86_64-linux )
7071 racc (~> 1.4 )
7172 nokogiri-diff (0.3.0 )
7273 nokogiri (~> 1.5 )
7374 tdiff (~> 0.4 )
7475 org-ruby (0.9.12 )
7576 rubypants (~> 0.2 )
76- psych (5.1.2 )
77+ psych (5.2.3 )
78+ date
7779 stringio
7880 racc (1.8.1 )
7981 rake (13.2.1 )
80- rdoc (6.7 .0 )
82+ rdoc (6.13 .0 )
8183 psych (>= 4.0.0 )
82- redcarpet (3.6.0 )
83- rexml (3.3.9 )
84+ redcarpet (3.6.1 )
85+ rexml (3.4.1 )
8486 ruby-enum (0.9.0 )
8587 i18n
8688 rubypants (0.7.1 )
8991 crass (~> 1.0.2 )
9092 nokogiri (>= 1.12.0 )
9193 securerandom (0.3.1 )
92- stringio (3.1.1 )
94+ stringio (3.1.6 )
9395 tdiff (0.4.0 )
9496 twitter-text (1.14.7 )
9597 unf (~> 0.1.0 )
@@ -124,11 +126,11 @@ DEPENDENCIES
124126 html-pipeline (~> 1.0 )
125127 kramdown
126128 minitest (~> 5.4 , >= 5.4.3 )
127- nokogiri (~> 1.16.5 )
129+ nokogiri (~> 1.17.2 )
128130 nokogiri-diff (~> 0.3.0 )
129131 org-ruby (= 0.9.12 )
130132 rake
131- rdoc (~> 6.7 .0 )
133+ rdoc (~> 6.13 .0 )
132134 redcarpet
133135 rexml
134136 sanitize (>= 4.6.3 )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525 s . add_development_dependency 'minitest' , '~> 5.4' , '>= 5.4.3'
2626 s . add_development_dependency 'html-pipeline' , '~> 1.0'
2727 s . add_development_dependency 'sanitize' , '>= 4.6.3'
28- s . add_development_dependency 'nokogiri' , '~> 1.16.5 '
28+ s . add_development_dependency 'nokogiri' , '~> 1.17.2 '
2929 s . add_development_dependency 'nokogiri-diff' , '~> 0.3.0'
3030 s . add_development_dependency "github-linguist" , ">= 7.1.3"
3131end
You can’t perform that action at this time.
0 commit comments