File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.15.6 )
4
+ metasploit-framework (4.15.7 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
135
135
multi_json (~> 1.11 )
136
136
os (~> 0.9 )
137
137
signet (~> 0.7 )
138
- grpc (1.4.1 )
138
+ grpc (1.4.5 )
139
139
google-protobuf (~> 3.1 )
140
140
googleauth (~> 0.5.1 )
141
141
hashery (2.1.2 )
159
159
activemodel (~> 4.2.6 )
160
160
activesupport (~> 4.2.6 )
161
161
railties (~> 4.2.6 )
162
- metasploit-credential (2.0.11 )
162
+ metasploit-credential (2.0.12 )
163
163
metasploit-concern
164
164
metasploit-model
165
165
metasploit_data_models
306
306
rspec-mocks (3.6.0 )
307
307
diff-lcs (>= 1.2.0 , < 2.0 )
308
308
rspec-support (~> 3.6.0 )
309
- rspec-rails (3.6.0 )
309
+ rspec-rails (3.6.1 )
310
310
actionpack (>= 3.0 )
311
311
activesupport (>= 3.0 )
312
312
railties (>= 3.0 )
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.15.6 "
33
+ VERSION = "4.15.7 "
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