Skip to content

Commit 0f854ce

Browse files
committed
Update to released metasploit-model
MSP-11359
1 parent 03cc69d commit 0f854ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
bcrypt
88
json
99
metasploit-concern (~> 0.2.1)
10-
metasploit-model (~> 0.27.0)
10+
metasploit-model (~> 0.27.1)
1111
meterpreter_bins (= 0.0.7)
1212
msgpack
1313
nokogiri
@@ -106,7 +106,7 @@ GEM
106106
railties (< 4.0.0)
107107
rubyntlm
108108
rubyzip (~> 1.1)
109-
metasploit-model (0.27.0)
109+
metasploit-model (0.27.1)
110110
activesupport
111111
railties (< 4.0.0)
112112
metasploit_data_models (0.20.0)
@@ -122,7 +122,7 @@ GEM
122122
mime-types (1.25.1)
123123
mini_portile (0.6.0)
124124
msgpack (0.5.8)
125-
multi_json (1.0.3)
125+
multi_json (1.0.4)
126126
network_interface (0.0.1)
127127
nokogiri (1.6.3.1)
128128
mini_portile (= 0.6.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Gem::Specification.new do |spec|
6161
spec.add_runtime_dependency 'metasploit-concern', '~> 0.2.1'
6262
# Things that would normally be part of the database model, but which
6363
# 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'
6565
# Needed for Meterpreter on Windows, soon others.
6666
spec.add_runtime_dependency 'meterpreter_bins', '0.0.7'
6767
# Needed by msfgui and other rpc components

0 commit comments

Comments
 (0)