File tree Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Expand file tree Collapse file tree 3 files changed +21
-18
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.14.2 "
1111gem "org-ruby" , "0.9.12"
1212gem "creole" , "~>0.5.0"
1313gem "wikicloth" , "=0.8.3"
1414gem "twitter-text" , "~> 1.14"
1515gem "asciidoctor" , "~> 2.0.5"
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 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 )
5860 mini_portile2 (2.8.9 )
5961 minitest (5.25.5 )
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.14.2 )
87+ erb
8588 psych (>= 4.0.0 )
8689 redcarpet (3.6.1 )
87- rexml (3.4.2 )
90+ rexml (3.4.4 )
8891 ruby-enum (0.9.0 )
8992 i18n
9093 rubypants (0.7.1 )
9396 crass (~> 1.0.2 )
9497 nokogiri (>= 1.12.0 )
9598 securerandom (0.3.2 )
96- stringio (3.1.6 )
99+ stringio (3.1.7 )
97100 tdiff (0.4.0 )
98101 twitter-text (1.14.7 )
99102 unf (~> 0.1.0 )
@@ -128,11 +131,11 @@ DEPENDENCIES
128131 html-pipeline (~> 1.0 )
129132 kramdown
130133 minitest (~> 5.4 , >= 5.4.3 )
131- nokogiri (~> 1.18.9 )
134+ nokogiri (~> 1.18.10 )
132135 nokogiri-diff (~> 0.3.0 )
133136 org-ruby (= 0.9.12 )
134137 rake
135- rdoc (~> 6.13.1 )
138+ rdoc (~> 6.14.2 )
136139 redcarpet
137140 rexml
138141 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