Skip to content

Commit 9ce0bb9

Browse files
committed
Bump version of framework to 4.14.28
1 parent 55b71e1 commit 9ce0bb9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.14.27)
4+
metasploit-framework (4.14.28)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -109,7 +109,7 @@ GEM
109109
bindata (2.4.0)
110110
bit-struct (0.16)
111111
builder (3.2.3)
112-
capybara (2.14.2)
112+
capybara (2.14.3)
113113
addressable
114114
mime-types (>= 1.16)
115115
nokogiri (>= 1.3.3)
@@ -233,7 +233,7 @@ GEM
233233
pcaprub
234234
patch_finder (1.0.2)
235235
pcaprub (0.12.4)
236-
pg (0.20.0)
236+
pg (0.21.0)
237237
pg_array_parser (0.0.9)
238238
postgres_ext (3.0.0)
239239
activerecord (>= 4.0.0)
@@ -262,12 +262,12 @@ GEM
262262
thor (>= 0.18.1, < 2.0)
263263
rake (12.0.0)
264264
rb-readline (0.5.4)
265-
recog (2.1.8)
265+
recog (2.1.9)
266266
nokogiri
267267
redcarpet (3.4.0)
268-
rex-arch (0.1.8)
268+
rex-arch (0.1.9)
269269
rex-text
270-
rex-bin_tools (0.1.3)
270+
rex-bin_tools (0.1.4)
271271
metasm
272272
rex-arch
273273
rex-core

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "4.14.27"
33+
VERSION = "4.14.28"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)