File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
activesupport (>= 3.0.0 , < 4.0.0 )
6
6
bcrypt
7
7
json
8
- metasploit-model (~> 0.25.7 )
8
+ metasploit-model (~> 0.26.1 )
9
9
meterpreter_bins (= 0.0.6 )
10
10
msgpack
11
11
nokogiri
68
68
pg
69
69
rubyntlm
70
70
rubyzip (~> 1.1 )
71
- metasploit-model (0.25.7 )
71
+ metasploit-model (0.26.1 )
72
72
activesupport
73
- metasploit_data_models (0.19.3 )
73
+ metasploit_data_models (0.19.4 )
74
74
activerecord (>= 3.2.13 , < 4.0.0 )
75
75
activesupport
76
76
arel-helpers
77
77
metasploit-concern (~> 0.1.0 )
78
- metasploit-model (>= 0.25.1 , < 0.26 )
78
+ metasploit-model (~> 0.26.1 )
79
79
pg
80
80
meterpreter_bins (0.0.6 )
81
81
method_source (0.8.2 )
Original file line number Diff line number Diff line change 11
11
#
12
12
# It's strongly recommended to check this file into your version control system.
13
13
14
- ActiveRecord ::Schema . define ( :version => 20140703144541 ) do
14
+ ActiveRecord ::Schema . define ( :version => 20140722174919 ) do
15
15
16
16
create_table "api_keys" , :force => true do |t |
17
17
t . text "token"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
57
57
spec . add_runtime_dependency 'json'
58
58
# Things that would normally be part of the database model, but which
59
59
# 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 '
61
61
# Needed for Meterpreter on Windows, soon others.
62
62
spec . add_runtime_dependency 'meterpreter_bins' , '0.0.6'
63
63
# Needed by msfgui and other rpc components
You can’t perform that action at this time.
0 commit comments