forked from cliffe/SecGen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
47 lines (46 loc) · 907 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
source 'https://rubygems.org'
#production gems go here
gem 'nokogiri'
gem 'puppet'
gem 'librarian-puppet'
gem 'wordlist'
gem 'faker'
gem 'forgery'
gem 'redcarpet'
gem 'rqrcode'
gem 'mini_exiftool_vendored'
gem 'rmagick'
gem 'sshkey'
gem 'zipruby'
gem 'zip-zip'
gem 'credy'
gem 'pg'
gem 'cinch'
gem 'nori'
gem 'bcrypt'
gem 'programr', :git => "http://github.com/robertjwhitney/programr.git"
gem 'process_helper'
gem 'ovirt-engine-sdk'
gem 'duplicate'
gem 'smbhash'
gem 'digest-whirlpool'
gem 'digest-siphash'
gem 'scrypt'
gem 'braille', :git => "http://github.com/nicanor/braille.git"
gem 'bases'
gem 'huffman'
gem 'ruby-graphviz'
gem 'rsa'
gem 'gpgmeh'
gem 'digest-sha3', :git => "http://github.com/izetex/digest-sha3-ruby"
gem 'packetfu'
gem 'net-ntp'
gem 'CFPropertyList'
gem 'artii'
#development only gems go here
group :test, :development do
gem 'minitest'
gem 'rake'
gem 'rdoc'
gem 'yard'
end