File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.13.3 )
4
+ metasploit-framework (4.13.4 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
104
104
bcrypt (3.1.11 )
105
105
bit-struct (0.15.0 )
106
106
builder (3.2.2 )
107
- capybara (2.10.1 )
107
+ capybara (2.10.2 )
108
108
addressable
109
109
mime-types (>= 1.16 )
110
110
nokogiri (>= 1.3.3 )
170
170
activesupport (~> 4.2.6 )
171
171
railties (~> 4.2.6 )
172
172
metasploit-payloads (1.2.1 )
173
- metasploit_data_models (2.0.9 )
173
+ metasploit_data_models (2.0.10 )
174
174
activerecord (~> 4.2.6 )
175
175
activesupport (~> 4.2.6 )
176
176
arel-helpers
186
186
mime-types-data (~> 3.2015 )
187
187
mime-types-data (3.2016.0521 )
188
188
mini_portile2 (2.1.0 )
189
- minitest (5.9 .1 )
189
+ minitest (5.10 .1 )
190
190
msgpack (1.0.2 )
191
191
multi_json (1.12.1 )
192
192
multi_test (0.1.2 )
234
234
thor (>= 0.18.1 , < 2.0 )
235
235
rake (11.3.0 )
236
236
rb-readline-r7 (0.5.2.0 )
237
- recog (2.1.0 )
237
+ recog (2.1.2 )
238
238
nokogiri
239
239
redcarpet (3.3.4 )
240
240
rex-arch (0.1.2 )
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.13.3 "
33
+ VERSION = "4.13.4 "
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