Closed Iristyle closed 5 years ago
Approved via https://tickets.puppetlabs.com/browse/RE-12026
Looks like we need to also add some dependencies:
cas@cas-ThinkPad-T460p:~/working_dir/bolt$ diff Gemfile-smb_ruby.lock Gemfile-bolt_master.lock
28d27
< ruby_smb (~> 1.0)
43d41
< bindata (2.4.4)
186,189d183
< ruby_smb (1.0.5)
< bindata
< rubyntlm
< windows_error
205d198
< windows_error (0.1.2)
Specifically bindata (2.4.4)
and windows_error (0.1.2)
. Seems like those licences were reviewed as part of https://tickets.puppetlabs.com/browse/RE-12026
Thanks @donoghuc for catching that mistake. PR updated accordingly.
FYI - bindata
is BSD 2-Clause and windows_error
is BSD 3-Clause like rubysmb
. We already had a dependency on rubyntlm
.
@donoghuc updated component names as requested