File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
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' , '~> 0 .6.15'
18
+ gem 'metasploit_data_models' , :git => 'git://github.com/rapid7/metasploit_data_models.git' , :tag => 'v0 .6.15'
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
+
1
11
GEM
2
12
remote: http://rubygems.org/
3
13
specs:
20
30
activesupport (>= 3.0.0 )
21
31
i18n (0.6.1 )
22
32
json (1.7.7 )
23
- metasploit_data_models (0.6.15 )
24
- activerecord (>= 3.2.13 )
25
- activesupport
26
- pg
27
33
msgpack (0.5.4 )
28
34
multi_json (1.0.4 )
29
35
nokogiri (1.5.9 )
@@ -56,7 +62,7 @@ DEPENDENCIES
56
62
database_cleaner
57
63
factory_girl (>= 4.1.0 )
58
64
json
59
- metasploit_data_models ( ~> 0.6.15 )
65
+ metasploit_data_models !
60
66
msgpack
61
67
nokogiri
62
68
pcaprub
You can’t perform that action at this time.
0 commit comments