File tree Expand file tree Collapse file tree 3 files changed +27
-22
lines changed Expand file tree Collapse file tree 3 files changed +27
-22
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ 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.13.1 "
10+ gem "rdoc" , "~> 6.15.0 "
1111gem "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.25 "
1616gem "rake"
1717gem "rexml"
18- gem "nokogiri" , "~> 1.18.9 "
18+ gem "nokogiri" , "~> 1.18.10 "
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.25 )
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.0 )
3737 charlock_holmes (0.7.9 )
3838 concurrent-ruby (1.3.5 )
3939 connection_pool (2.5.0 )
4040 crass (1.0.6 )
4141 creole (0.5.0 )
4242 date (3.4.1 )
4343 drb (2.2.1 )
44+ erb (4.0.4 )
45+ cgi (>= 0.3.3 )
4446 expression_parser (0.9.0 )
45- github-linguist (9.1 .0 )
47+ github-linguist (9.3 .0 )
4648 cgi
4749 charlock_holmes (~> 0.7.7 )
4850 mini_mime (~> 1.0 )
5658 logger (1.7.0 )
5759 mini_mime (1.1.5 )
5860 mini_portile2 (2.8.9 )
59- minitest (5.25.5 )
61+ minitest (5.26.0 )
6062 mutex_m (0.3.0 )
61- nokogiri (1.18.9 )
63+ nokogiri (1.18.10 )
6264 mini_portile2 (~> 2.8.2 )
6365 racc (~> 1.4 )
64- nokogiri (1.18.9 -aarch64-linux-gnu )
66+ nokogiri (1.18.10 -aarch64-linux-gnu )
6567 racc (~> 1.4 )
66- nokogiri (1.18.9 -arm-linux-gnu )
68+ nokogiri (1.18.10 -arm-linux-gnu )
6769 racc (~> 1.4 )
68- nokogiri (1.18.9 -arm64-darwin )
70+ nokogiri (1.18.10 -arm64-darwin )
6971 racc (~> 1.4 )
70- nokogiri (1.18.9 -x86_64-darwin )
72+ nokogiri (1.18.10 -x86_64-darwin )
7173 racc (~> 1.4 )
72- nokogiri (1.18.9 -x86_64-linux-gnu )
74+ nokogiri (1.18.10 -x86_64-linux-gnu )
7375 racc (~> 1.4 )
7476 nokogiri-diff (0.3.0 )
7577 nokogiri (~> 1.5 )
7678 tdiff (~> 0.4 )
7779 org-ruby (0.9.12 )
7880 rubypants (~> 0.2 )
79- psych (5.2.3 )
81+ psych (5.2.6 )
8082 date
8183 stringio
8284 racc (1.8.1 )
83- rake (13.2.1 )
84- rdoc (6.13.1 )
85+ rake (13.3.0 )
86+ rdoc (6.15.0 )
87+ erb
8588 psych (>= 4.0.0 )
89+ tsort
8690 redcarpet (3.6.1 )
87- rexml (3.4.2 )
91+ rexml (3.4.4 )
8892 ruby-enum (0.9.0 )
8993 i18n
9094 rubypants (0.7.1 )
9397 crass (~> 1.0.2 )
9498 nokogiri (>= 1.12.0 )
9599 securerandom (0.3.2 )
96- stringio (3.1.6 )
100+ stringio (3.1.7 )
97101 tdiff (0.4.0 )
102+ tsort (0.2.0 )
98103 twitter-text (1.14.7 )
99104 unf (~> 0.1.0 )
100105 tzinfo (2.0.6 )
@@ -120,19 +125,19 @@ PLATFORMS
120125DEPENDENCIES
121126 RedCloth
122127 activesupport (~> 7.1.5 )
123- asciidoctor (~> 2.0.5 )
128+ asciidoctor (~> 2.0.25 )
124129 commonmarker !
125130 creole (~> 0.5.0 )
126131 github-linguist (>= 7.1.3 )
127132 github-markup !
128133 html-pipeline (~> 1.0 )
129134 kramdown
130135 minitest (~> 5.4 , >= 5.4.3 )
131- nokogiri (~> 1.18.9 )
136+ nokogiri (~> 1.18.10 )
132137 nokogiri-diff (~> 0.3.0 )
133138 org-ruby (= 0.9.12 )
134139 rake
135- rdoc (~> 6.13.1 )
140+ rdoc (~> 6.15.0 )
136141 redcarpet
137142 rexml
138143 sanitize (>= 4.6.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