File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-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.3 '
10
+ gem 'metasploit_data_models' , :git => 'git://github.com/rapid7/metasploit_data_models.git' , :tag => '0.6.4 '
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
1
GIT
2
2
remote: git://github.com/rapid7/metasploit_data_models.git
3
- revision: bf26ddf71e7ba2f66d3ba528fc67029f5c6a6135
4
- tag: 0.6.3
3
+ revision: d6af3cf0413c1ad317c16c143791097bd0a5afff
4
+ tag: 0.6.4
5
5
specs:
6
- metasploit_data_models (0.6.3 )
6
+ metasploit_data_models (0.6.4 )
7
7
activerecord (>= 3.2.13 )
8
8
activesupport
9
9
pg
10
- pry
11
10
12
11
GEM
13
12
remote: http://rubygems.org/
25
24
multi_json (~> 1.0 )
26
25
arel (3.0.2 )
27
26
builder (3.0.4 )
28
- coderay (1.0.9 )
29
27
database_cleaner (0.9.1 )
30
28
diff-lcs (1.2.2 )
31
29
factory_girl (4.2.0 )
32
30
activesupport (>= 3.0.0 )
33
31
i18n (0.6.1 )
34
32
json (1.7.7 )
35
- method_source (0.8.1 )
36
33
msgpack (0.5.4 )
37
34
multi_json (1.0.4 )
38
35
nokogiri (1.5.9 )
39
36
pcaprub (0.11.3 )
40
37
pg (0.15.0 )
41
- pry (0.9.12 )
42
- coderay (~> 1.0.5 )
43
- method_source (~> 0.8 )
44
- slop (~> 3.4 )
45
38
rake (10.0.4 )
46
39
redcarpet (2.2.2 )
47
40
robots (0.10.1 )
57
50
multi_json (~> 1.0.3 )
58
51
simplecov-html (~> 0.5.3 )
59
52
simplecov-html (0.5.3 )
60
- slop (3.4.4 )
61
53
tzinfo (0.3.37 )
62
54
yard (0.8.5.2 )
63
55
You can’t perform that action at this time.
0 commit comments