Skip to content

Commit 1c285fb

Browse files
committed
Bumped MDM verstion to latest via github
1 parent 2ac8727 commit 1c285fb

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :db do
1515
# Needed for Msf::DbManager
1616
gem 'activerecord'
1717
# Database models shared between framework and Pro.
18-
gem 'metasploit_data_models', '~> 0.6.15'
18+
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => 'v0.6.15'
1919
# Needed for module caching in Mdm::ModuleDetails
2020
gem 'pg', '>= 0.11'
2121
end

Gemfile.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
GIT
2+
remote: git://github.com/rapid7/metasploit_data_models.git
3+
revision: 30b060b85b1ea3ed4460ae92708017403a600b7b
4+
tag: v0.6.15
5+
specs:
6+
metasploit_data_models (0.6.15)
7+
activerecord (>= 3.2.13)
8+
activesupport
9+
pg
10+
111
GEM
212
remote: http://rubygems.org/
313
specs:
@@ -20,10 +30,6 @@ GEM
2030
activesupport (>= 3.0.0)
2131
i18n (0.6.1)
2232
json (1.7.7)
23-
metasploit_data_models (0.6.15)
24-
activerecord (>= 3.2.13)
25-
activesupport
26-
pg
2733
msgpack (0.5.4)
2834
multi_json (1.0.4)
2935
nokogiri (1.5.9)
@@ -56,7 +62,7 @@ DEPENDENCIES
5662
database_cleaner
5763
factory_girl (>= 4.1.0)
5864
json
59-
metasploit_data_models (~> 0.6.15)
65+
metasploit_data_models!
6066
msgpack
6167
nokogiri
6268
pcaprub

0 commit comments

Comments
 (0)