Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Cook committed Sep 20, 2017
2 parents 5a62e77 + 29f65e3 commit 9b12b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 1.3.7)
metasploit-payloads (= 1.3.8)
metasploit_data_models
metasploit_payloads-mettle (= 0.2.2)
msgpack
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.3.7)
metasploit-payloads (1.3.8)
metasploit_data_models (2.0.15)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
# are needed when there's no database
spec.add_runtime_dependency 'metasploit-model'
# Needed for Meterpreter
spec.add_runtime_dependency 'metasploit-payloads', '1.3.7'
spec.add_runtime_dependency 'metasploit-payloads', '1.3.8'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.2.2'
# Needed by msfgui and other rpc components
Expand Down

0 comments on commit 9b12b2a

Please sign in to comment.