Skip to content

Commit 77b1125

Browse files
committed
Bump version of framework to 4.14.26
1 parent c89fee8 commit 77b1125

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.25)
4+
metasploit-framework (4.14.26)
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.0)
112+
capybara (2.14.1)
113113
addressable
114114
mime-types (>= 1.16)
115115
nokogiri (>= 1.3.3)
@@ -149,7 +149,7 @@ GEM
149149
multipart-post (>= 1.2, < 3)
150150
ffi (1.9.18)
151151
filesize (0.1.1)
152-
fivemat (1.3.4)
152+
fivemat (1.3.5)
153153
gherkin (4.1.3)
154154
google-protobuf (3.3.0)
155155
googleauth (0.5.1)
@@ -212,7 +212,7 @@ GEM
212212
mime-types (3.1)
213213
mime-types-data (~> 3.2015)
214214
mime-types-data (3.2016.0521)
215-
mini_portile2 (2.1.0)
215+
mini_portile2 (2.2.0)
216216
minitest (5.10.2)
217217
msgpack (1.1.0)
218218
multi_json (1.12.1)
@@ -222,8 +222,8 @@ GEM
222222
net-ssh (4.1.0)
223223
network_interface (0.0.1)
224224
nexpose (6.0.0)
225-
nokogiri (1.7.2)
226-
mini_portile2 (~> 2.1.0)
225+
nokogiri (1.8.0)
226+
mini_portile2 (~> 2.2.0)
227227
octokit (4.7.0)
228228
sawyer (~> 0.8.0, >= 0.5.3)
229229
openssl-ccm (1.2.1)

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.25"
33+
VERSION = "4.14.26"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)