forked from cliffe/SecGen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
50 lines (48 loc) · 978 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
48
49
50
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-siphash'
gem 'scrypt'
gem 'braille', :git => "http://github.com/nicanor/braille.git"
gem 'bases'
gem 'priority_queue', :git => "https://github.com/fgosew/priority_queue"
gem 'huffman', :git => "https://github.com/fgosew/huffman"
gem 'ruby-graphviz'
gem 'rsa'
gem 'gpgmeh'
gem 'sha3'
gem 'packetfu'
gem 'net-ntp'
gem 'CFPropertyList'
gem 'artii'
gem 'rest-client'
gem 'retryable'
gem 'sqlite3'
#development only gems go here
group :test, :development do
gem 'minitest'
gem 'rake'
gem 'yard'
end