Skip to content

Commit 3771a78

Browse files
author
Brent Cook
committed
update to metasploit-payloads 0.0.3
1 parent cda7dc3 commit 3771a78

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
@@ -9,7 +9,7 @@ PATH
99
json
1010
metasploit-concern (= 0.4.0)
1111
metasploit-model (~> 0.29.0)
12-
metasploit-payloads (= 0.0.2)
12+
metasploit-payloads (= 0.0.3)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
@@ -123,7 +123,7 @@ GEM
123123
metasploit-model (0.29.2)
124124
activesupport
125125
railties (< 4.0.0)
126-
metasploit-payloads (0.0.2)
126+
metasploit-payloads (0.0.3)
127127
metasploit_data_models (0.24.0)
128128
activerecord (>= 3.2.13, < 4.0.0)
129129
activesupport

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Gem::Specification.new do |spec|
6464
# are needed when there's no database
6565
spec.add_runtime_dependency 'metasploit-model', '~> 0.29.0'
6666
# Needed for Meterpreter on Windows, soon others.
67-
spec.add_runtime_dependency 'metasploit-payloads', '0.0.2'
67+
spec.add_runtime_dependency 'metasploit-payloads', '0.0.3'
6868
# Needed by msfgui and other rpc components
6969
spec.add_runtime_dependency 'msgpack'
7070
# Needed by anemone crawler

0 commit comments

Comments
 (0)