File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
bcrypt
8
8
json
9
9
metasploit-concern (~> 0.2.1 )
10
- metasploit-model (~> 0.27.0 )
10
+ metasploit-model (~> 0.27.1 )
11
11
meterpreter_bins (= 0.0.7 )
12
12
msgpack
13
13
nokogiri
106
106
railties (< 4.0.0 )
107
107
rubyntlm
108
108
rubyzip (~> 1.1 )
109
- metasploit-model (0.27.0 )
109
+ metasploit-model (0.27.1 )
110
110
activesupport
111
111
railties (< 4.0.0 )
112
112
metasploit_data_models (0.20.0 )
122
122
mime-types (1.25.1 )
123
123
mini_portile (0.6.0 )
124
124
msgpack (0.5.8 )
125
- multi_json (1.0.3 )
125
+ multi_json (1.0.4 )
126
126
network_interface (0.0.1 )
127
127
nokogiri (1.6.3.1 )
128
128
mini_portile (= 0.6.0 )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Gem::Specification.new do |spec|
61
61
spec . add_runtime_dependency 'metasploit-concern' , '~> 0.2.1'
62
62
# Things that would normally be part of the database model, but which
63
63
# are needed when there's no database
64
- spec . add_runtime_dependency 'metasploit-model' , '~> 0.27.0 '
64
+ spec . add_runtime_dependency 'metasploit-model' , '~> 0.27.1 '
65
65
# Needed for Meterpreter on Windows, soon others.
66
66
spec . add_runtime_dependency 'meterpreter_bins' , '0.0.7'
67
67
# Needed by msfgui and other rpc components
You can’t perform that action at this time.
0 commit comments