File tree Expand file tree Collapse file tree 3 files changed +26
-20
lines changed Expand file tree Collapse file tree 3 files changed +26
-20
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ gem "RedCloth"
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
10
gem "rdoc" , "~> 6.7.0"
11
- gem "org-ruby" , "= 0.9.9 "
12
- gem "creole" , "~>0.3.6 "
11
+ gem "org-ruby" , "0.9.12 "
12
+ gem "creole" , "~>0.5.0 "
13
13
gem "wikicloth" , "=0.8.3"
14
14
gem "twitter-text" , "~> 1.14"
15
15
gem "asciidoctor" , "~> 2.0.5"
Original file line number Diff line number Diff line change 15
15
remote: https://rubygems.org/
16
16
specs:
17
17
RedCloth (4.3.4 )
18
- activesupport (7.1.3.4 )
18
+ activesupport (7.1.5 )
19
19
base64
20
+ benchmark (>= 0.3 )
20
21
bigdecimal
21
22
concurrent-ruby (~> 1.0 , >= 1.0.2 )
22
23
connection_pool (>= 2.2.5 )
23
24
drb
24
25
i18n (>= 1.6 , < 2 )
26
+ logger (>= 1.4.2 )
25
27
minitest (>= 5.1 )
26
28
mutex_m
29
+ securerandom (>= 0.3 )
27
30
tzinfo (~> 2.0 )
28
31
asciidoctor (2.0.23 )
29
32
base64 (0.2.0 )
33
+ benchmark (0.3.0 )
30
34
bigdecimal (3.1.8 )
31
35
builder (3.3.0 )
32
36
cgi (0.4.1 )
33
37
charlock_holmes (0.7.7 )
34
- concurrent-ruby (1.3.3 )
38
+ concurrent-ruby (1.3.4 )
35
39
connection_pool (2.4.1 )
36
40
crass (1.0.6 )
37
- creole (0.3.8 )
41
+ creole (0.5.0 )
38
42
drb (2.2.1 )
39
43
expression_parser (0.9.0 )
40
44
github-linguist (7.30.0 )
46
50
activesupport (>= 2 )
47
51
nokogiri (~> 1.4 )
48
52
htmlentities (4.3.4 )
49
- i18n (1.14.5 )
53
+ i18n (1.14.6 )
50
54
concurrent-ruby (~> 1.0 )
55
+ logger (1.6.1 )
51
56
mini_mime (1.1.5 )
52
- minitest (5.23 .1 )
57
+ minitest (5.25 .1 )
53
58
mutex_m (0.2.0 )
54
- nokogiri (1.16.6 -aarch64-linux )
59
+ nokogiri (1.16.7 -aarch64-linux )
55
60
racc (~> 1.4 )
56
- nokogiri (1.16.6 -arm-linux )
61
+ nokogiri (1.16.7 -arm-linux )
57
62
racc (~> 1.4 )
58
- nokogiri (1.16.6 -arm64-darwin )
63
+ nokogiri (1.16.7 -arm64-darwin )
59
64
racc (~> 1.4 )
60
- nokogiri (1.16.6 -x86-linux )
65
+ nokogiri (1.16.7 -x86-linux )
61
66
racc (~> 1.4 )
62
- nokogiri (1.16.6 -x86_64-darwin )
67
+ nokogiri (1.16.7 -x86_64-darwin )
63
68
racc (~> 1.4 )
64
- nokogiri (1.16.6 -x86_64-linux )
69
+ nokogiri (1.16.7 -x86_64-linux )
65
70
racc (~> 1.4 )
66
71
nokogiri-diff (0.3.0 )
67
72
nokogiri (~> 1.5 )
68
73
tdiff (~> 0.4 )
69
- org-ruby (0.9.9 )
74
+ org-ruby (0.9.12 )
70
75
rubypants (~> 0.2 )
71
76
psych (5.1.2 )
72
77
stringio
73
- racc (1.8.0 )
78
+ racc (1.8.1 )
74
79
rake (13.2.1 )
75
80
rdoc (6.7.0 )
76
81
psych (>= 4.0.0 )
80
85
i18n
81
86
rubypants (0.7.1 )
82
87
rugged (1.7.2 )
83
- sanitize (6.1.1 )
88
+ sanitize (6.1.3 )
84
89
crass (~> 1.0.2 )
85
90
nokogiri (>= 1.12.0 )
91
+ securerandom (0.3.1 )
86
92
stringio (3.1.1 )
87
93
tdiff (0.4.0 )
88
94
twitter-text (1.14.7 )
@@ -109,18 +115,18 @@ PLATFORMS
109
115
110
116
DEPENDENCIES
111
117
RedCloth
112
- activesupport (~> 7.1.3.4 )
118
+ activesupport (~> 7.1.5 )
113
119
asciidoctor (~> 2.0.5 )
114
120
commonmarker !
115
- creole (~> 0.3.6 )
121
+ creole (~> 0.5.0 )
116
122
github-linguist (>= 7.1.3 )
117
123
github-markup !
118
124
html-pipeline (~> 1.0 )
119
125
kramdown
120
126
minitest (~> 5.4 , >= 5.4.3 )
121
127
nokogiri (~> 1.16.5 )
122
128
nokogiri-diff (~> 0.3.0 )
123
- org-ruby (= 0.9.9 )
129
+ org-ruby (= 0.9.12 )
124
130
rake
125
131
rdoc (~> 6.7.0 )
126
132
redcarpet
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
s . require_paths = %w[ lib ]
22
22
23
23
s . add_development_dependency 'rake' , '~> 12'
24
- s . add_development_dependency 'activesupport' , '~> 7.1.3.4 '
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'
27
27
s . add_development_dependency 'sanitize' , '>= 4.6.3'
You can’t perform that action at this time.
0 commit comments