Sha256: fb2868fa95cf840f640f7a80576f4397d2b88db16e3930b3773d16fc333b1a01
Contents?: true
Size: 940 Bytes
Versions: 2
Compression:
Stored size: 940 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'jruby-openssl', '~> 0.7', platforms: :jruby # gem 'command_kit', '~> 0.4', github: 'postmodern/command_kit.rb', # branch: '0.4.0' # Ronin dependencies # gem 'ronin-support', '~> 1.0', github: "ronin-rb/ronin-support", # branch: 'main' # gem 'ronin-core', '~> 0.1', github: "ronin-rb/ronin-core", # branch: 'main' group :development do gem 'rake' gem 'rubygems-tasks', '~> 0.2' gem 'rspec', '~> 3.0' gem 'webmock', '~> 3.0' gem 'simplecov', '~> 0.20' gem 'kramdown', '~> 2.0' gem 'kramdown-man', '~> 0.1' gem 'redcarpet', platform: :mri gem 'yard', '~> 0.9' gem 'yard-spellcheck', require: false gem 'dead_end', require: false gem 'sord', require: false gem 'stackprof', require: false end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-vulns-0.1.0 | Gemfile |
ronin-vulns-0.1.0.beta1 | Gemfile |