point to local gem copy for testing and dev

remove this later, use a local copy of rubysmb
bug/bundler_fix
David Maloney 2017-05-26 12:30:19 -05:00
parent 0b0e2f64ca
commit b3e99ee9d2
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
2 changed files with 10 additions and 5 deletions

View File

@ -6,7 +6,7 @@ gemspec name: 'metasploit-framework'
gem 'bit-struct', git: 'https://github.com/busterb/bit-struct', branch: 'ruby-2.4'
gem 'method_source', git: 'https://github.com/banister/method_source', branch: 'master'
gem 'ruby_smb', path: '/Users/dmaloney/rapid7/ruby_smb'
# separate from test as simplecov is not run on travis-ci
group :coverage do
# code coverage for tests

View File

@ -87,6 +87,14 @@ PATH
windows_error
xmlrpc
PATH
remote: /Users/dmaloney/rapid7/ruby_smb
specs:
ruby_smb (0.0.17)
bindata
rubyntlm
windows_error
GEM
remote: https://rubygems.org/
specs:
@ -345,10 +353,6 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
ruby_smb (0.0.17)
bindata
rubyntlm
windows_error
rubyntlm (0.6.2)
rubyzip (1.2.1)
sawyer (0.8.1)
@ -398,6 +402,7 @@ DEPENDENCIES
rake
redcarpet
rspec-rails
ruby_smb!
shoulda-matchers
simplecov
timecop