hashview-old icon indicating copy to clipboard operation
hashview-old copied to clipboard

Bundle is locked to logger (1.2.8) which has been yanked

Open BenKettlewell opened this issue 6 years ago • 2 comments

$bundle install
Fetching gem metadata from https://rubygems.org/.......
Your bundle is locked to logger (1.2.8), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed
sources, that means the author of logger (1.2.8) has removed it. You'll need to update your bundle to a version other than logger (1.2.8) that hasn't
been removed in order to install.

Logger v1.2.8 was yanked and bundle install won't build.

Logger Issue

BenKettlewell avatar Dec 18 '18 02:12 BenKettlewell

Modified Gemfile.lock logger version to 1.3.0 and I was able to successfully get everything up and running.

BenKettlewell avatar Dec 18 '18 03:12 BenKettlewell

You can script the change to 1.3.0 with:

sed -i "/logger/s/$/, '~> 1.3', '>=1.3.0'/" Gemfile

You have to be in the hashview dir oc.

felixhertrampf avatar Mar 13 '19 13:03 felixhertrampf