cloudfoundry / bosh-openstack-cpi-release

BOSH OpenStack CPI
Apache License 2.0
36 stars 59 forks source link

Fix Gemfile.lock #257

Closed ragaskar closed 2 years ago

ragaskar commented 2 years ago

It appears that the prior commit which updated fog-openstack to 1.1.0 did not do so by executing bundle update fog-openstack. When one explicitly runs this command, the Gemfile.lock pulls many updates to match the fog-openstack dependencies (including the removal of ipaddress, which has caused some odd problems in environments without internet connectivity). This commit checks in the result of Gemfile.lock after running the proper bundle update command.

Also see my comments on https://github.com/cloudfoundry/bosh-openstack-cpi-release/pull/256