Skip to content

Commit f7aa324

Browse files
committed
Update metasploit-model and metasploit_data_models deps
1 parent ea72a7e commit f7aa324

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PATH
55
activesupport (>= 3.0.0, < 4.0.0)
66
bcrypt
77
json
8-
metasploit-model (~> 0.25.7)
8+
metasploit-model (~> 0.26.1)
99
meterpreter_bins (= 0.0.6)
1010
msgpack
1111
nokogiri
@@ -68,14 +68,14 @@ GEM
6868
pg
6969
rubyntlm
7070
rubyzip (~> 1.1)
71-
metasploit-model (0.25.7)
71+
metasploit-model (0.26.1)
7272
activesupport
73-
metasploit_data_models (0.19.3)
73+
metasploit_data_models (0.19.4)
7474
activerecord (>= 3.2.13, < 4.0.0)
7575
activesupport
7676
arel-helpers
7777
metasploit-concern (~> 0.1.0)
78-
metasploit-model (>= 0.25.1, < 0.26)
78+
metasploit-model (~> 0.26.1)
7979
pg
8080
meterpreter_bins (0.0.6)
8181
method_source (0.8.2)

db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# It's strongly recommended to check this file into your version control system.
1313

14-
ActiveRecord::Schema.define(:version => 20140703144541) do
14+
ActiveRecord::Schema.define(:version => 20140722174919) do
1515

1616
create_table "api_keys", :force => true do |t|
1717
t.text "token"

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
5757
spec.add_runtime_dependency 'json'
5858
# Things that would normally be part of the database model, but which
5959
# are needed when there's no database
60-
spec.add_runtime_dependency 'metasploit-model', '~> 0.25.7'
60+
spec.add_runtime_dependency 'metasploit-model', '~> 0.26.1'
6161
# Needed for Meterpreter on Windows, soon others.
6262
spec.add_runtime_dependency 'meterpreter_bins', '0.0.6'
6363
# Needed by msfgui and other rpc components

0 commit comments

Comments
 (0)