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.14.27 )
4
+ metasploit-framework (4.14.28 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
109
109
bindata (2.4.0 )
110
110
bit-struct (0.16 )
111
111
builder (3.2.3 )
112
- capybara (2.14.2 )
112
+ capybara (2.14.3 )
113
113
addressable
114
114
mime-types (>= 1.16 )
115
115
nokogiri (>= 1.3.3 )
233
233
pcaprub
234
234
patch_finder (1.0.2 )
235
235
pcaprub (0.12.4 )
236
- pg (0.20 .0 )
236
+ pg (0.21 .0 )
237
237
pg_array_parser (0.0.9 )
238
238
postgres_ext (3.0.0 )
239
239
activerecord (>= 4.0.0 )
@@ -262,12 +262,12 @@ GEM
262
262
thor (>= 0.18.1 , < 2.0 )
263
263
rake (12.0.0 )
264
264
rb-readline (0.5.4 )
265
- recog (2.1.8 )
265
+ recog (2.1.9 )
266
266
nokogiri
267
267
redcarpet (3.4.0 )
268
- rex-arch (0.1.8 )
268
+ rex-arch (0.1.9 )
269
269
rex-text
270
- rex-bin_tools (0.1.3 )
270
+ rex-bin_tools (0.1.4 )
271
271
metasm
272
272
rex-arch
273
273
rex-core
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.14.27 "
33
+ VERSION = "4.14.28 "
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