Skip to content

Commit 32104eb

Browse files
committed
Bump version of framework to 4.16.10
1 parent e5a3441 commit 32104eb

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

Gemfile.lock

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.9)
4+
metasploit-framework (4.16.10)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -73,27 +73,27 @@ GEM
7373
remote: https://rubygems.org/
7474
specs:
7575
Ascii85 (1.0.2)
76-
actionpack (4.2.9)
77-
actionview (= 4.2.9)
78-
activesupport (= 4.2.9)
76+
actionpack (4.2.10)
77+
actionview (= 4.2.10)
78+
activesupport (= 4.2.10)
7979
rack (~> 1.6)
8080
rack-test (~> 0.6.2)
8181
rails-dom-testing (~> 1.0, >= 1.0.5)
8282
rails-html-sanitizer (~> 1.0, >= 1.0.2)
83-
actionview (4.2.9)
84-
activesupport (= 4.2.9)
83+
actionview (4.2.10)
84+
activesupport (= 4.2.10)
8585
builder (~> 3.1)
8686
erubis (~> 2.7.0)
8787
rails-dom-testing (~> 1.0, >= 1.0.5)
8888
rails-html-sanitizer (~> 1.0, >= 1.0.3)
89-
activemodel (4.2.9)
90-
activesupport (= 4.2.9)
89+
activemodel (4.2.10)
90+
activesupport (= 4.2.10)
9191
builder (~> 3.1)
92-
activerecord (4.2.9)
93-
activemodel (= 4.2.9)
94-
activesupport (= 4.2.9)
92+
activerecord (4.2.10)
93+
activemodel (= 4.2.10)
94+
activesupport (= 4.2.10)
9595
arel (~> 6.0)
96-
activesupport (4.2.9)
96+
activesupport (4.2.10)
9797
i18n (~> 0.7)
9898
minitest (~> 5.1)
9999
thread_safe (~> 0.3, >= 0.3.4)
@@ -111,11 +111,12 @@ GEM
111111
bit-struct (0.16)
112112
builder (3.2.3)
113113
coderay (1.1.2)
114+
crass (1.0.2)
114115
diff-lcs (1.3)
115116
dnsruby (1.60.2)
116117
docile (1.1.5)
117118
erubis (2.7.0)
118-
factory_girl (4.8.0)
119+
factory_girl (4.8.1)
119120
activesupport (>= 3.0.0)
120121
factory_girl_rails (4.8.0)
121122
factory_girl (~> 4.8.0)
@@ -130,7 +131,8 @@ GEM
130131
jsobfu (0.4.2)
131132
rkelly-remix
132133
json (2.1.0)
133-
loofah (2.0.3)
134+
loofah (2.1.1)
135+
crass (~> 1.0.2)
134136
nokogiri (>= 1.5.9)
135137
metasm (1.0.3)
136138
metasploit-concern (2.0.5)
@@ -162,15 +164,15 @@ GEM
162164
railties (~> 4.2.6)
163165
recog (~> 2.0)
164166
metasploit_payloads-mettle (0.2.2)
165-
method_source (0.8.2)
167+
method_source (0.9.0)
166168
mini_portile2 (2.3.0)
167169
minitest (5.10.3)
168170
msgpack (1.1.0)
169171
multipart-post (2.0.0)
170172
nessus_rest (0.1.6)
171173
net-ssh (4.2.0)
172174
network_interface (0.0.2)
173-
nexpose (7.0.1)
175+
nexpose (7.1.1)
174176
nokogiri (1.8.1)
175177
mini_portile2 (~> 2.3.0)
176178
octokit (4.7.0)
@@ -193,9 +195,9 @@ GEM
193195
activerecord (>= 4.0.0)
194196
arel (>= 4.0.1)
195197
pg_array_parser (~> 0.0.9)
196-
pry (0.11.0)
198+
pry (0.11.1)
197199
coderay (~> 1.1.0)
198-
method_source (~> 0.8.1)
200+
method_source (~> 0.9.0)
199201
public_suffix (3.0.0)
200202
rack (1.6.8)
201203
rack-test (0.6.3)
@@ -208,9 +210,9 @@ GEM
208210
rails-deprecated_sanitizer (>= 1.0.1)
209211
rails-html-sanitizer (1.0.3)
210212
loofah (~> 2.0)
211-
railties (4.2.9)
212-
actionpack (= 4.2.9)
213-
activesupport (= 4.2.9)
213+
railties (4.2.10)
214+
actionpack (= 4.2.10)
215+
activesupport (= 4.2.10)
214216
rake (>= 0.8.7)
215217
thor (>= 0.18.1, < 2.0)
216218
rake (12.1.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.16.9"
33+
VERSION = "4.16.10"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)