Skip to content

Commit 1bb1a51

Browse files
David MaloneyDavid Maloney
authored andcommitted
updated gemfile and lock file
1 parent 129e579 commit 1bb1a51

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ PATH
2222
tzinfo
2323
metasploit-framework-db (4.11.0.pre.dev)
2424
activerecord (>= 3.2.21, < 4.0.0)
25-
metasploit-credential (~> 0.13.8)
25+
metasploit-credential (~> 0.13.12)
2626
metasploit-framework (= 4.11.0.pre.dev)
27-
metasploit_data_models (~> 0.21.3)
27+
metasploit_data_models (~> 0.22.1)
2828
pg (>= 0.11)
2929
metasploit-framework-pcap (4.11.0.pre.dev)
3030
metasploit-framework (= 4.11.0.pre.dev)
@@ -62,7 +62,7 @@ GEM
6262
i18n (~> 0.6, >= 0.6.4)
6363
multi_json (~> 1.0)
6464
arel (3.0.3)
65-
arel-helpers (2.0.2)
65+
arel-helpers (2.1.0)
6666
activerecord (>= 3.1.0, < 5)
6767
aruba (0.6.1)
6868
childprocess (>= 0.3.6)
@@ -112,18 +112,18 @@ GEM
112112
metasploit-concern (0.3.0)
113113
activesupport (~> 3.0, >= 3.0.0)
114114
railties (< 4.0.0)
115-
metasploit-credential (0.13.8)
115+
metasploit-credential (0.13.12)
116116
metasploit-concern (~> 0.3.0)
117117
metasploit-model (~> 0.28.0)
118-
metasploit_data_models (~> 0.21.0)
118+
metasploit_data_models (~> 0.22.1)
119119
pg
120120
railties (< 4.0.0)
121121
rubyntlm
122122
rubyzip (~> 1.1)
123123
metasploit-model (0.28.0)
124124
activesupport
125125
railties (< 4.0.0)
126-
metasploit_data_models (0.21.3)
126+
metasploit_data_models (0.22.1)
127127
activerecord (>= 3.2.13, < 4.0.0)
128128
activesupport
129129
arel-helpers
@@ -143,7 +143,7 @@ GEM
143143
mini_portile (~> 0.6.0)
144144
packetfu (1.1.9)
145145
pcaprub (0.11.3)
146-
pg (0.17.1)
146+
pg (0.18.1)
147147
polyglot (0.3.5)
148148
pry (0.10.0)
149149
coderay (~> 1.1.0)

metasploit-framework-db.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Gem::Specification.new do |spec|
2929

3030
spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION
3131
# Metasploit::Credential database models
32-
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.8'
32+
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.12'
3333
# Database models shared between framework and Pro.
34-
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.4'
34+
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.22.1'
3535
# depend on metasploit-framewrok as the optional gems are useless with the actual code
3636
spec.add_runtime_dependency 'metasploit-framework', "= #{spec.version}"
3737
# Needed for module caching in Mdm::ModuleDetails

0 commit comments

Comments
 (0)