File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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 )
8
+ metasploit-model (~> 0.25.7 )
9
9
meterpreter_bins (= 0.0.6 )
10
10
msgpack
11
11
nokogiri
42
42
i18n (~> 0.6 , >= 0.6.4 )
43
43
multi_json (~> 1.0 )
44
44
arel (3.0.3 )
45
- arel-helpers (2.0.0 )
45
+ arel-helpers (2.0.1 )
46
46
activerecord (>= 3.1.0 , < 5 )
47
47
bcrypt (3.1.7 )
48
48
builder (3.0.4 )
61
61
json (1.8.1 )
62
62
metasploit-concern (0.1.1 )
63
63
activesupport (~> 3.0 , >= 3.0.0 )
64
- metasploit-credential (0.7.14 )
64
+ metasploit-credential (0.7.16 )
65
65
metasploit-concern (~> 0.1.0 )
66
66
metasploit-model (>= 0.25.6 )
67
67
metasploit_data_models (~> 0.19 )
68
68
pg
69
69
rubyntlm
70
70
rubyzip (~> 1.1 )
71
- metasploit-model (0.25.6 )
71
+ metasploit-model (0.25.7 )
72
72
activesupport
73
73
metasploit_data_models (0.19.3 )
74
74
activerecord (>= 3.2.13 , < 4.0.0 )
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'
60
+ spec . add_runtime_dependency 'metasploit-model' , '~> 0.25.7 '
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