File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ gemspec name: 'metasploit-framework'
6
6
gem 'bit-struct' , git : 'https://github.com/busterb/bit-struct' , branch : 'ruby-2.4'
7
7
gem 'method_source' , git : 'https://github.com/banister/method_source' , branch : 'master'
8
8
9
-
9
+ gem 'ruby_smb' , path : '/Users/dmaloney/rapid7/ruby_smb'
10
10
# separate from test as simplecov is not run on travis-ci
11
11
group :coverage do
12
12
# code coverage for tests
Original file line number Diff line number Diff line change 87
87
windows_error
88
88
xmlrpc
89
89
90
+ PATH
91
+ remote: /Users/dmaloney/rapid7/ruby_smb
92
+ specs:
93
+ ruby_smb (0.0.17 )
94
+ bindata
95
+ rubyntlm
96
+ windows_error
97
+
90
98
GEM
91
99
remote: https://rubygems.org/
92
100
specs:
345
353
rspec-mocks (~> 3.6.0 )
346
354
rspec-support (~> 3.6.0 )
347
355
rspec-support (3.6.0 )
348
- ruby_smb (0.0.17 )
349
- bindata
350
- rubyntlm
351
- windows_error
352
356
rubyntlm (0.6.2 )
353
357
rubyzip (1.2.1 )
354
358
sawyer (0.8.1 )
@@ -398,6 +402,7 @@ DEPENDENCIES
398
402
rake
399
403
redcarpet
400
404
rspec-rails
405
+ ruby_smb !
401
406
shoulda-matchers
402
407
simplecov
403
408
timecop
You can’t perform that action at this time.
0 commit comments