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 @@ -7,7 +7,7 @@ gem 'activerecord'
7
7
# Needed for some admin modules (scrutinizer_add_user.rb)
8
8
gem 'json'
9
9
# Database models shared between framework and Pro.
10
- gem 'metasploit_data_models' , :git => 'git://github.com/rapid7/metasploit_data_models.git' , :tag => ' 0.6.4 '
10
+ gem 'metasploit_data_models' , '~> 0.6.14 '
11
11
# Needed by msfgui and other rpc components
12
12
gem 'msgpack'
13
13
# Needed by anemone crawler
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: git://github.com/rapid7/metasploit_data_models.git
3
- revision: d6af3cf0413c1ad317c16c143791097bd0a5afff
4
- tag: 0.6.4
5
- specs:
6
- metasploit_data_models (0.6.4 )
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.14 )
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.14 )
66
60
msgpack
67
61
nokogiri
68
62
pcaprub
You can’t perform that action at this time.
0 commit comments