File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
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.13.1 "
10
+ gem "rdoc" , "~> 6.14.2 "
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 33
33
benchmark (0.4.0 )
34
34
bigdecimal (3.1.9 )
35
35
builder (3.3.0 )
36
- cgi (0.4.2 )
36
+ cgi (0.5.0 )
37
37
charlock_holmes (0.7.9 )
38
38
concurrent-ruby (1.3.5 )
39
39
connection_pool (2.5.0 )
40
40
crass (1.0.6 )
41
41
creole (0.5.0 )
42
42
date (3.4.1 )
43
43
drb (2.2.1 )
44
+ erb (4.0.4 )
45
+ cgi (>= 0.3.3 )
44
46
expression_parser (0.9.0 )
45
- github-linguist (9.1 .0 )
47
+ github-linguist (9.2 .0 )
46
48
cgi
47
49
charlock_holmes (~> 0.7.7 )
48
50
mini_mime (~> 1.0 )
76
78
tdiff (~> 0.4 )
77
79
org-ruby (0.9.12 )
78
80
rubypants (~> 0.2 )
79
- psych (5.2.3 )
81
+ psych (5.2.6 )
80
82
date
81
83
stringio
82
84
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
85
88
psych (>= 4.0.0 )
86
89
redcarpet (3.6.1 )
87
90
rexml (3.4.1 )
93
96
crass (~> 1.0.2 )
94
97
nokogiri (>= 1.12.0 )
95
98
securerandom (0.3.2 )
96
- stringio (3.1.6 )
99
+ stringio (3.1.7 )
97
100
tdiff (0.4.0 )
98
101
twitter-text (1.14.7 )
99
102
unf (~> 0.1.0 )
@@ -132,7 +135,7 @@ DEPENDENCIES
132
135
nokogiri-diff (~> 0.3.0 )
133
136
org-ruby (= 0.9.12 )
134
137
rake
135
- rdoc (~> 6.13.1 )
138
+ rdoc (~> 6.14.2 )
136
139
redcarpet
137
140
rexml
138
141
sanitize (>= 4.6.3 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
21
21
s . require_paths = %w[ lib ]
22
22
23
- s . add_development_dependency 'rake' , '~> 12 '
23
+ s . add_development_dependency 'rake' , '~> 13 '
24
24
s . add_development_dependency 'activesupport' , '~> 7.1.5'
25
25
s . add_development_dependency 'minitest' , '~> 5.4' , '>= 5.4.3'
26
26
s . add_development_dependency 'html-pipeline' , '~> 1.0'
You can’t perform that action at this time.
0 commit comments