nixpkgs/pkgs/tools/security/ronin/Gemfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
132 B
Ruby
Raw Normal View History

2023-05-22 07:38:40 +00:00
# frozen_string_literal: true
source "https://rubygems.org"
2023-06-27 14:42:59 +00:00
gem "net-ftp"
gem "net-imap"
gem "net-pop"
gem "net-smtp"
2023-05-22 07:38:40 +00:00
gem "ronin"