We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm chef-provisioning-fog(0.26.0) with fog-openstack(0.1.22) and getting the following error:
Error: cannot load such file -- fog
It's being required here: https://github.com/chef/chef-provisioning-fog/blob/master/lib/chef/provisioning/fog_driver/driver.rb#L16
But the gem isn't installing it: https://github.com/chef/chef-provisioning-fog/blob/master/chef-provisioning-fog.gemspec I know the above was done on purpose, but why are we still requiring 'fog' when we no longer have it as a dependency?
What gives?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm chef-provisioning-fog(0.26.0) with fog-openstack(0.1.22) and getting the following error:
It's being required here: https://github.com/chef/chef-provisioning-fog/blob/master/lib/chef/provisioning/fog_driver/driver.rb#L16
But the gem isn't installing it: https://github.com/chef/chef-provisioning-fog/blob/master/chef-provisioning-fog.gemspec
I know the above was done on purpose, but why are we still requiring 'fog' when we no longer have it as a dependency?
What gives?
The text was updated successfully, but these errors were encountered: