Update metasploit-model and metasploit_data_models deps
parent
ea72a7e5c3
commit
f7aa324c35
|
@ -5,7 +5,7 @@ PATH
|
|||
activesupport (>= 3.0.0, < 4.0.0)
|
||||
bcrypt
|
||||
json
|
||||
metasploit-model (~> 0.25.7)
|
||||
metasploit-model (~> 0.26.1)
|
||||
meterpreter_bins (= 0.0.6)
|
||||
msgpack
|
||||
nokogiri
|
||||
|
@ -68,14 +68,14 @@ GEM
|
|||
pg
|
||||
rubyntlm
|
||||
rubyzip (~> 1.1)
|
||||
metasploit-model (0.25.7)
|
||||
metasploit-model (0.26.1)
|
||||
activesupport
|
||||
metasploit_data_models (0.19.3)
|
||||
metasploit_data_models (0.19.4)
|
||||
activerecord (>= 3.2.13, < 4.0.0)
|
||||
activesupport
|
||||
arel-helpers
|
||||
metasploit-concern (~> 0.1.0)
|
||||
metasploit-model (>= 0.25.1, < 0.26)
|
||||
metasploit-model (~> 0.26.1)
|
||||
pg
|
||||
meterpreter_bins (0.0.6)
|
||||
method_source (0.8.2)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20140703144541) do
|
||||
ActiveRecord::Schema.define(:version => 20140722174919) do
|
||||
|
||||
create_table "api_keys", :force => true do |t|
|
||||
t.text "token"
|
||||
|
|
|
@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_runtime_dependency 'json'
|
||||
# Things that would normally be part of the database model, but which
|
||||
# are needed when there's no database
|
||||
spec.add_runtime_dependency 'metasploit-model', '~> 0.25.7'
|
||||
spec.add_runtime_dependency 'metasploit-model', '~> 0.26.1'
|
||||
# Needed for Meterpreter on Windows, soon others.
|
||||
spec.add_runtime_dependency 'meterpreter_bins', '0.0.6'
|
||||
# Needed by msfgui and other rpc components
|
||||
|
|
Loading…
Reference in New Issue