File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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.17 )
4
+ metasploit-framework (4.16.18 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
112
112
builder (3.2.3 )
113
113
coderay (1.1.2 )
114
114
concurrent-ruby (1.0.5 )
115
- crass (1.0.2 )
115
+ crass (1.0.3 )
116
116
diff-lcs (1.3 )
117
117
dnsruby (1.60.2 )
118
118
docile (1.1.5 )
@@ -127,10 +127,10 @@ GEM
127
127
ffi (1.9.18 )
128
128
filesize (0.1.1 )
129
129
fivemat (1.3.5 )
130
- google-protobuf (3.4.1.1 )
130
+ google-protobuf (3.5.0 )
131
131
googleapis-common-protos-types (1.0.1 )
132
132
google-protobuf (~> 3.0 )
133
- googleauth (0.6.1 )
133
+ googleauth (0.6.2 )
134
134
faraday (~> 0.12 )
135
135
jwt (>= 1.4 , < 3.0 )
136
136
logging (~> 2.0 )
223
223
activerecord (>= 4.0.0 )
224
224
arel (>= 4.0.1 )
225
225
pg_array_parser (~> 0.0.9 )
226
- pry (0.11.2 )
226
+ pry (0.11.3 )
227
227
coderay (~> 1.1.0 )
228
228
method_source (~> 0.9.0 )
229
229
public_suffix (3.0.1 )
243
243
activesupport (= 4.2.10 )
244
244
rake (>= 0.8.7 )
245
245
thor (>= 0.18.1 , < 2.0 )
246
- rake (12.2.1 )
246
+ rake (12.3.0 )
247
247
rb-readline (0.5.5 )
248
248
rbnacl (4.0.2 )
249
249
ffi
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.17 "
33
+ VERSION = "4.16.18 "
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