File tree 3 files changed +17
-15
lines changed
3 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gem "RedCloth"
7
7
# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade.
8
8
# however we want to bump up to this version since this has a security patch
9
9
gem "commonmarker" , git : "https://github.com/gjtorikian/commonmarker.git" , tag : "v0.18.3"
10
- gem "rdoc" , "~> 6.7 .0"
10
+ gem "rdoc" , "~> 6.11 .0"
11
11
gem "org-ruby" , "0.9.12"
12
12
gem "creole" , "~>0.5.0"
13
13
gem "wikicloth" , "=0.8.3"
Original file line number Diff line number Diff line change 39
39
connection_pool (2.4.1 )
40
40
crass (1.0.6 )
41
41
creole (0.5.0 )
42
+ date (3.4.1 )
42
43
drb (2.2.1 )
43
44
expression_parser (0.9.0 )
44
45
github-linguist (7.30.0 )
54
55
concurrent-ruby (~> 1.0 )
55
56
logger (1.6.1 )
56
57
mini_mime (1.1.5 )
57
- minitest (5.25.1 )
58
+ minitest (5.25.4 )
58
59
mutex_m (0.2.0 )
59
- nokogiri (1.16.7 -aarch64-linux )
60
+ nokogiri (1.17.2 -aarch64-linux )
60
61
racc (~> 1.4 )
61
- nokogiri (1.16.7 -arm-linux )
62
+ nokogiri (1.17.2 -arm-linux )
62
63
racc (~> 1.4 )
63
- nokogiri (1.16.7 -arm64-darwin )
64
+ nokogiri (1.17.2 -arm64-darwin )
64
65
racc (~> 1.4 )
65
- nokogiri (1.16.7 -x86-linux )
66
+ nokogiri (1.17.2 -x86-linux )
66
67
racc (~> 1.4 )
67
- nokogiri (1.16.7 -x86_64-darwin )
68
+ nokogiri (1.17.2 -x86_64-darwin )
68
69
racc (~> 1.4 )
69
- nokogiri (1.16.7 -x86_64-linux )
70
+ nokogiri (1.17.2 -x86_64-linux )
70
71
racc (~> 1.4 )
71
72
nokogiri-diff (0.3.0 )
72
73
nokogiri (~> 1.5 )
73
74
tdiff (~> 0.4 )
74
75
org-ruby (0.9.12 )
75
76
rubypants (~> 0.2 )
76
- psych (5.1.2 )
77
+ psych (5.2.3 )
78
+ date
77
79
stringio
78
80
racc (1.8.1 )
79
81
rake (13.2.1 )
80
- rdoc (6.7 .0 )
82
+ rdoc (6.11 .0 )
81
83
psych (>= 4.0.0 )
82
84
redcarpet (3.6.0 )
83
- rexml (3.3.9 )
85
+ rexml (3.4.0 )
84
86
ruby-enum (0.9.0 )
85
87
i18n
86
88
rubypants (0.7.1 )
89
91
crass (~> 1.0.2 )
90
92
nokogiri (>= 1.12.0 )
91
93
securerandom (0.3.1 )
92
- stringio (3.1.1 )
94
+ stringio (3.1.2 )
93
95
tdiff (0.4.0 )
94
96
twitter-text (1.14.7 )
95
97
unf (~> 0.1.0 )
@@ -124,11 +126,11 @@ DEPENDENCIES
124
126
html-pipeline (~> 1.0 )
125
127
kramdown
126
128
minitest (~> 5.4 , >= 5.4.3 )
127
- nokogiri (~> 1.16.5 )
129
+ nokogiri (~> 1.17.2 )
128
130
nokogiri-diff (~> 0.3.0 )
129
131
org-ruby (= 0.9.12 )
130
132
rake
131
- rdoc (~> 6.7 .0 )
133
+ rdoc (~> 6.11 .0 )
132
134
redcarpet
133
135
rexml
134
136
sanitize (>= 4.6.3 )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
s . add_development_dependency 'minitest' , '~> 5.4' , '>= 5.4.3'
26
26
s . add_development_dependency 'html-pipeline' , '~> 1.0'
27
27
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 '
29
29
s . add_development_dependency 'nokogiri-diff' , '~> 0.3.0'
30
30
s . add_development_dependency "github-linguist" , ">= 7.1.3"
31
31
end
You can’t perform that action at this time.
0 commit comments