Skip to content

Commit 06e390a

Browse files
committed
Land rapid7#6325, bump metasploit-payload to 1.0.19
2 parents db788d1 + da58dd2 commit 06e390a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
metasploit-concern (= 1.0.0)
1414
metasploit-credential (= 1.0.1)
1515
metasploit-model (= 1.0.0)
16-
metasploit-payloads (= 1.0.18)
16+
metasploit-payloads (= 1.0.19)
1717
metasploit_data_models (= 1.2.9)
1818
msgpack
1919
network_interface (~> 0.0.1)
@@ -123,7 +123,7 @@ GEM
123123
activemodel (>= 4.0.9, < 4.1.0)
124124
activesupport (>= 4.0.9, < 4.1.0)
125125
railties (>= 4.0.9, < 4.1.0)
126-
metasploit-payloads (1.0.18)
126+
metasploit-payloads (1.0.19)
127127
metasploit_data_models (1.2.9)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Gem::Specification.new do |spec|
6868
# are needed when there's no database
6969
spec.add_runtime_dependency 'metasploit-model', '1.0.0'
7070
# Needed for Meterpreter
71-
spec.add_runtime_dependency 'metasploit-payloads', '1.0.18'
71+
spec.add_runtime_dependency 'metasploit-payloads', '1.0.19'
7272
# Needed by msfgui and other rpc components
7373
spec.add_runtime_dependency 'msgpack'
7474
# get list of network interfaces, like eth* from OS.

0 commit comments

Comments
 (0)