File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ group :db do
15
15
# Needed for Msf::DbManager
16
16
gem 'activerecord'
17
17
# Database models shared between framework and Pro.
18
- gem 'metasploit_data_models' , :git => 'git://github.com/rapid7/ metasploit_data_models.git ', :tag => 'v0 .6.15 '
18
+ gem ' metasploit_data_models', '~> 0 .6.16 '
19
19
# Needed for module caching in Mdm::ModuleDetails
20
20
gem 'pg' , '>= 0.11'
21
21
end
Original file line number Diff line number Diff line change 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
-
11
1
GEM
12
2
remote: http://rubygems.org/
13
3
specs:
30
20
activesupport (>= 3.0.0 )
31
21
i18n (0.6.1 )
32
22
json (1.7.7 )
23
+ metasploit_data_models (0.6.16 )
24
+ activerecord (>= 3.2.13 )
25
+ activesupport
26
+ pg
33
27
msgpack (0.5.4 )
34
28
multi_json (1.0.4 )
35
29
nokogiri (1.5.9 )
@@ -62,7 +56,7 @@ DEPENDENCIES
62
56
database_cleaner
63
57
factory_girl (>= 4.1.0 )
64
58
json
65
- metasploit_data_models !
59
+ metasploit_data_models ( ~> 0.6.16 )
66
60
msgpack
67
61
nokogiri
68
62
pcaprub
You can’t perform that action at this time.
0 commit comments