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.25 )
4
+ metasploit-framework (4.14.26 )
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.0 )
112
+ capybara (2.14.1 )
113
113
addressable
114
114
mime-types (>= 1.16 )
115
115
nokogiri (>= 1.3.3 )
149
149
multipart-post (>= 1.2 , < 3 )
150
150
ffi (1.9.18 )
151
151
filesize (0.1.1 )
152
- fivemat (1.3.4 )
152
+ fivemat (1.3.5 )
153
153
gherkin (4.1.3 )
154
154
google-protobuf (3.3.0 )
155
155
googleauth (0.5.1 )
212
212
mime-types (3.1 )
213
213
mime-types-data (~> 3.2015 )
214
214
mime-types-data (3.2016.0521 )
215
- mini_portile2 (2.1 .0 )
215
+ mini_portile2 (2.2 .0 )
216
216
minitest (5.10.2 )
217
217
msgpack (1.1.0 )
218
218
multi_json (1.12.1 )
222
222
net-ssh (4.1.0 )
223
223
network_interface (0.0.1 )
224
224
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 )
227
227
octokit (4.7.0 )
228
228
sawyer (~> 0.8.0 , >= 0.5.3 )
229
229
openssl-ccm (1.2.1 )
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.25 "
33
+ VERSION = "4.14.26 "
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