File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 18
18
msgpack
19
19
network_interface (~> 0.0.1 )
20
20
nokogiri
21
+ octokit
21
22
openssl-ccm (= 1.2.1 )
22
23
packetfu (= 1.1.11 )
23
24
pcaprub
24
25
pg (>= 0.11 )
25
26
railties
26
27
rb-readline-r7
27
28
recog (= 2.0.14 )
29
+ redcarpet
28
30
robots
29
31
rubyzip (~> 1.1 )
30
32
sqlite3
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ Gem::Specification.new do |spec|
89
89
spec . add_runtime_dependency 'recog' , '2.0.14'
90
90
# required for bitlocker fvek extraction
91
91
spec . add_runtime_dependency 'openssl-ccm' , '1.2.1'
92
+ # Needed for documentation generation
93
+ spec . add_runtime_dependency 'octokit'
94
+ spec . add_runtime_dependency 'redcarpet'
92
95
93
96
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
94
97
# NoMethodError undefined method `dlopen' for Fiddle:Module
You can’t perform that action at this time.
0 commit comments