File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
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.2 '
10
+ gem 'metasploit_data_models' , :git => 'git://github.com/rapid7/metasploit_data_models.git' , :tag => '0.6.3 '
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: 67d78f9ce59a74ad9d6e8d3f9e68760ff4d2ec55
4
- tag: 0.6.2
3
+ revision: bf26ddf71e7ba2f66d3ba528fc67029f5c6a6135
4
+ tag: 0.6.3
5
5
specs:
6
- metasploit_data_models (0.6.2 )
7
- activerecord (>= 3.2.10 )
6
+ metasploit_data_models (0.6.3 )
7
+ activerecord (>= 3.2.13 )
8
8
activesupport
9
9
pg
10
10
pry
11
11
12
12
GEM
13
13
remote: http://rubygems.org/
14
14
specs:
15
- activemodel (3.2.12 )
16
- activesupport (= 3.2.12 )
15
+ activemodel (3.2.13 )
16
+ activesupport (= 3.2.13 )
17
17
builder (~> 3.0.0 )
18
- activerecord (3.2.12 )
19
- activemodel (= 3.2.12 )
20
- activesupport (= 3.2.12 )
18
+ activerecord (3.2.13 )
19
+ activemodel (= 3.2.13 )
20
+ activesupport (= 3.2.13 )
21
21
arel (~> 3.0.2 )
22
22
tzinfo (~> 0.3.29 )
23
- activesupport (3.2.12 )
24
- i18n (~> 0.6 )
23
+ activesupport (3.2.13 )
24
+ i18n (= 0.6.1 )
25
25
multi_json (~> 1.0 )
26
26
arel (3.0.2 )
27
27
builder (3.0.4 )
28
28
coderay (1.0.9 )
29
29
diff-lcs (1.1.3 )
30
- i18n (0.6.4 )
30
+ i18n (0.6.1 )
31
31
json (1.7.7 )
32
32
method_source (0.8.1 )
33
33
msgpack (0.5.2 )
54
54
multi_json (~> 1.0.3 )
55
55
simplecov-html (~> 0.5.3 )
56
56
simplecov-html (0.5.3 )
57
- slop (3.4.3 )
58
- tzinfo (0.3.36 )
57
+ slop (3.4.4 )
58
+ tzinfo (0.3.37 )
59
59
yard (0.8.3 )
60
60
61
61
PLATFORMS
You can’t perform that action at this time.
0 commit comments