File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.13.8 )
4
+ metasploit-framework (4.13.9 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
@@ -135,10 +135,10 @@ GEM
135
135
diff-lcs (1.2.5 )
136
136
docile (1.1.5 )
137
137
erubis (2.7.0 )
138
- factory_girl (4.7 .0 )
138
+ factory_girl (4.8 .0 )
139
139
activesupport (>= 3.0.0 )
140
- factory_girl_rails (4.7 .0 )
141
- factory_girl (~> 4.7 .0 )
140
+ factory_girl_rails (4.8 .0 )
141
+ factory_girl (~> 4.8 .0 )
142
142
railties (>= 3.0.0 )
143
143
faraday (0.10.0 )
144
144
multipart-post (>= 1.2 , < 3 )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def self.get_hash
30
30
end
31
31
end
32
32
33
- VERSION = "4.13.8 "
33
+ VERSION = "4.13.9 "
34
34
MAJOR , MINOR , PATCH = VERSION . split ( '.' ) . map { |x | x . to_i }
35
35
PRERELEASE = 'dev'
36
36
HASH = get_hash
You can’t perform that action at this time.
0 commit comments