Skip to content

Commit b3e99ee

Browse files
David MaloneyDavid Maloney
authored andcommitted
point to local gem copy for testing and dev
remove this later, use a local copy of rubysmb
1 parent 0b0e2f6 commit b3e99ee

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec name: 'metasploit-framework'
66
gem 'bit-struct', git: 'https://github.com/busterb/bit-struct', branch: 'ruby-2.4'
77
gem 'method_source', git: 'https://github.com/banister/method_source', branch: 'master'
88

9-
9+
gem 'ruby_smb', path: '/Users/dmaloney/rapid7/ruby_smb'
1010
# separate from test as simplecov is not run on travis-ci
1111
group :coverage do
1212
# code coverage for tests

Gemfile.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ PATH
8787
windows_error
8888
xmlrpc
8989

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+
9098
GEM
9199
remote: https://rubygems.org/
92100
specs:
@@ -345,10 +353,6 @@ GEM
345353
rspec-mocks (~> 3.6.0)
346354
rspec-support (~> 3.6.0)
347355
rspec-support (3.6.0)
348-
ruby_smb (0.0.17)
349-
bindata
350-
rubyntlm
351-
windows_error
352356
rubyntlm (0.6.2)
353357
rubyzip (1.2.1)
354358
sawyer (0.8.1)
@@ -398,6 +402,7 @@ DEPENDENCIES
398402
rake
399403
redcarpet
400404
rspec-rails
405+
ruby_smb!
401406
shoulda-matchers
402407
simplecov
403408
timecop

0 commit comments

Comments
 (0)