Skip to content

Commit 01558d3

Browse files
committed
Bump version of framework to 4.13.26
1 parent d738b63 commit 01558d3

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

Gemfile.lock

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.25)
4+
metasploit-framework (4.13.26)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -63,29 +63,28 @@ PATH
6363
GEM
6464
remote: https://rubygems.org/
6565
specs:
66-
actionpack (4.2.7.1)
67-
actionview (= 4.2.7.1)
68-
activesupport (= 4.2.7.1)
66+
actionpack (4.2.8)
67+
actionview (= 4.2.8)
68+
activesupport (= 4.2.8)
6969
rack (~> 1.6)
7070
rack-test (~> 0.6.2)
7171
rails-dom-testing (~> 1.0, >= 1.0.5)
7272
rails-html-sanitizer (~> 1.0, >= 1.0.2)
73-
actionview (4.2.7.1)
74-
activesupport (= 4.2.7.1)
73+
actionview (4.2.8)
74+
activesupport (= 4.2.8)
7575
builder (~> 3.1)
7676
erubis (~> 2.7.0)
7777
rails-dom-testing (~> 1.0, >= 1.0.5)
78-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
79-
activemodel (4.2.7.1)
80-
activesupport (= 4.2.7.1)
78+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
79+
activemodel (4.2.8)
80+
activesupport (= 4.2.8)
8181
builder (~> 3.1)
82-
activerecord (4.2.7.1)
83-
activemodel (= 4.2.7.1)
84-
activesupport (= 4.2.7.1)
82+
activerecord (4.2.8)
83+
activemodel (= 4.2.8)
84+
activesupport (= 4.2.8)
8585
arel (~> 6.0)
86-
activesupport (4.2.7.1)
86+
activesupport (4.2.8)
8787
i18n (~> 0.7)
88-
json (~> 1.7, >= 1.7.7)
8988
minitest (~> 5.1)
9089
thread_safe (~> 0.3, >= 0.3.4)
9190
tzinfo (~> 1.1)
@@ -149,7 +148,7 @@ GEM
149148
i18n (0.8.0)
150149
jsobfu (0.4.2)
151150
rkelly-remix
152-
json (1.8.6)
151+
json (2.0.3)
153152
loofah (2.0.3)
154153
nokogiri (>= 1.5.9)
155154
metasm (1.0.2)
@@ -192,7 +191,7 @@ GEM
192191
multi_test (0.1.2)
193192
multipart-post (2.0.0)
194193
nessus_rest (0.1.6)
195-
net-ssh (4.0.1)
194+
net-ssh (4.1.0)
196195
network_interface (0.0.1)
197196
nokogiri (1.7.0.1)
198197
mini_portile2 (~> 2.1.0)
@@ -226,9 +225,9 @@ GEM
226225
rails-deprecated_sanitizer (>= 1.0.1)
227226
rails-html-sanitizer (1.0.3)
228227
loofah (~> 2.0)
229-
railties (4.2.7.1)
230-
actionpack (= 4.2.7.1)
231-
activesupport (= 4.2.7.1)
228+
railties (4.2.8)
229+
actionpack (= 4.2.8)
230+
activesupport (= 4.2.8)
232231
rake (>= 0.8.7)
233232
thor (>= 0.18.1, < 2.0)
234233
rake (12.0.0)

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

0 commit comments

Comments
 (0)