From f7aa324c352ecb1adda7f49a6ced5b86f4b4422f Mon Sep 17 00:00:00 2001 From: Matt Buck Date: Wed, 30 Jul 2014 13:10:09 -0500 Subject: [PATCH] Update metasploit-model and metasploit_data_models deps --- Gemfile.lock | 8 ++++---- db/schema.rb | 2 +- metasploit-framework.gemspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7545a39821..b14a7bb23f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/db/schema.rb b/db/schema.rb index 0b2e254fa7..3755878db9 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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" diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index 0eac8fca7e..190059ebd6 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -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