Files
SecGen/Gemfile
2021-07-07 10:22:22 +01:00

49 lines
1.1 KiB
Ruby

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', :git => "https://github.com/fgosew/ruby-digest-whirlpool"
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 '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