Skip to content

Commit 03cc69d

Browse files
committed
Update gems
MSP-11359
1 parent 21d6e4a commit 03cc69d

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ group :db do
88
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
99

1010
# Metasploit::Credential database models
11-
gem 'metasploit-credential', '>= 0.9.0'
11+
gem 'metasploit-credential', '>= 0.10.1.pre.dep.pre.railties', '< 0.11'
1212
# Database models shared between framework and Pro.
13-
gem 'metasploit_data_models', '~> 0.19'
13+
gem 'metasploit_data_models', '~> 0.20.0'
1414
# Needed for module caching in Mdm::ModuleDetails
1515
gem 'pg', '>= 0.11'
1616
end

Gemfile.lock

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ PATH
66
activesupport (>= 3.0.0, < 4.0.0)
77
bcrypt
88
json
9-
metasploit-model (~> 0.26.1)
9+
metasploit-concern (~> 0.2.1)
10+
metasploit-model (~> 0.27.0)
1011
meterpreter_bins (= 0.0.7)
1112
msgpack
1213
nokogiri
@@ -94,24 +95,28 @@ GEM
9495
mail (2.5.4)
9596
mime-types (~> 1.16)
9697
treetop (~> 1.4.8)
97-
metasploit-concern (0.1.1)
98+
metasploit-concern (0.2.1)
9899
activesupport (~> 3.0, >= 3.0.0)
99-
metasploit-credential (0.9.0)
100-
metasploit-concern (~> 0.1.0)
101-
metasploit-model (~> 0.26.1)
102-
metasploit_data_models (~> 0.19.4)
100+
railties (< 4.0.0)
101+
metasploit-credential (0.10.1.pre.dep.pre.railties)
102+
metasploit-concern (~> 0.2.1)
103+
metasploit-model (~> 0.27.0)
104+
metasploit_data_models (~> 0.20.0)
103105
pg
106+
railties (< 4.0.0)
104107
rubyntlm
105108
rubyzip (~> 1.1)
106-
metasploit-model (0.26.1)
109+
metasploit-model (0.27.0)
107110
activesupport
108-
metasploit_data_models (0.19.4)
111+
railties (< 4.0.0)
112+
metasploit_data_models (0.20.0)
109113
activerecord (>= 3.2.13, < 4.0.0)
110114
activesupport
111115
arel-helpers
112-
metasploit-concern (~> 0.1.0)
113-
metasploit-model (~> 0.26.1)
116+
metasploit-concern (~> 0.2.1)
117+
metasploit-model (~> 0.27.0)
114118
pg
119+
railties (< 4.0.0)
115120
meterpreter_bins (0.0.7)
116121
method_source (0.8.2)
117122
mime-types (1.25.1)
@@ -211,10 +216,9 @@ DEPENDENCIES
211216
factory_girl (>= 4.1.0)
212217
factory_girl_rails
213218
fivemat (= 1.2.1)
214-
metasploit-concern (~> 0.1.1)
215-
metasploit-credential (>= 0.9.0)
219+
metasploit-credential (>= 0.10.1.pre.dep.pre.railties, < 0.11)
216220
metasploit-framework!
217-
metasploit_data_models (~> 0.19)
221+
metasploit_data_models (~> 0.20.0)
218222
network_interface (~> 0.0.1)
219223
pcaprub
220224
pg (>= 0.11)

metasploit-framework.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ Gem::Specification.new do |spec|
5858
# Needed for some admin modules (scrutinizer_add_user.rb)
5959
spec.add_runtime_dependency 'json'
6060
# Metasploit::Concern hooks
61-
spec.add_runtime_dependency 'metasploit-concern', '~> 0.1.1'
61+
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.26.1'
64+
spec.add_runtime_dependency 'metasploit-model', '~> 0.27.0'
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)