summary refs log tree commit diff
path: root/pkgs/tools/security/metasploit/Gemfile
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-05-14 21:52:58 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-05-15 21:44:00 +0100
commitcf726bc31abac068180173b0de8a899c2f3edd40 (patch)
treef9519a640670bfd78f4156660955f51252ac288e /pkgs/tools/security/metasploit/Gemfile
parentae9e73125f8ea5055ad8da63719831cab1c3e1f0 (diff)
downloadnixpkgs-cf726bc31abac068180173b0de8a899c2f3edd40.tar
nixpkgs-cf726bc31abac068180173b0de8a899c2f3edd40.tar.gz
nixpkgs-cf726bc31abac068180173b0de8a899c2f3edd40.tar.bz2
nixpkgs-cf726bc31abac068180173b0de8a899c2f3edd40.tar.lz
nixpkgs-cf726bc31abac068180173b0de8a899c2f3edd40.tar.xz
nixpkgs-cf726bc31abac068180173b0de8a899c2f3edd40.tar.zst
nixpkgs-cf726bc31abac068180173b0de8a899c2f3edd40.zip
metasploit: 3.3.1 -> 4.14.17
use bundler env now

fixes #8870
Diffstat (limited to 'pkgs/tools/security/metasploit/Gemfile')
-rw-r--r--pkgs/tools/security/metasploit/Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/security/metasploit/Gemfile b/pkgs/tools/security/metasploit/Gemfile
new file mode 100644
index 00000000000..52987d4bf8c
--- /dev/null
+++ b/pkgs/tools/security/metasploit/Gemfile
@@ -0,0 +1,4 @@
+# frozen_string_literal: true
+source "https://rubygems.org"
+
+gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/4.14.17"