File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
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.16.13 )
4
+ metasploit-framework (4.16.14 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
@@ -117,10 +117,10 @@ GEM
117
117
dnsruby (1.60.2 )
118
118
docile (1.1.5 )
119
119
erubis (2.7.0 )
120
- factory_girl (4.8.1 )
120
+ factory_girl (4.9.0 )
121
121
activesupport (>= 3.0.0 )
122
- factory_girl_rails (4.8 .0 )
123
- factory_girl (~> 4.8 .0 )
122
+ factory_girl_rails (4.9 .0 )
123
+ factory_girl (~> 4.9 .0 )
124
124
railties (>= 3.0.0 )
125
125
faraday (0.13.1 )
126
126
multipart-post (>= 1.2 , < 3 )
138
138
multi_json (~> 1.11 )
139
139
os (~> 0.9 )
140
140
signet (~> 0.7 )
141
- grpc (1.6.7 )
141
+ grpc (1.7.0 )
142
142
google-protobuf (~> 3.1 )
143
143
googleapis-common-protos-types (~> 1.0.0 )
144
144
googleauth (~> 0.5.1 )
@@ -243,13 +243,13 @@ GEM
243
243
activesupport (= 4.2.10 )
244
244
rake (>= 0.8.7 )
245
245
thor (>= 0.18.1 , < 2.0 )
246
- rake (12.1.0 )
246
+ rake (12.2.1 )
247
247
rb-readline (0.5.5 )
248
248
rbnacl (4.0.2 )
249
249
ffi
250
250
rbnacl-libsodium (1.0.13 )
251
251
rbnacl (>= 3.0.1 )
252
- recog (2.1.15 )
252
+ recog (2.1.16 )
253
253
nokogiri
254
254
redcarpet (3.4.0 )
255
255
rex-arch (0.1.11 )
348
348
thread_safe (0.3.6 )
349
349
timecop (0.9.1 )
350
350
ttfunk (1.5.1 )
351
- tzinfo (1.2.3 )
351
+ tzinfo (1.2.4 )
352
352
thread_safe (~> 0.1 )
353
- tzinfo-data (1.2017.2 )
353
+ tzinfo-data (1.2017.3 )
354
354
tzinfo (>= 1.0.0 )
355
355
windows_error (0.1.2 )
356
356
xdr (2.0.0 )
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.16.13 "
33
+ VERSION = "4.16.14 "
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