You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that it was still pointing to the older version of bootboot.
When we ran bundle plugin uninstall bootboot it was removed from the index, and then when we ran bundle plugin install bootboot it was pointing to the correct 0.2.1 version after that.
Is there anything that we can do in this repository to make sure that index gets updated when a new version is listed in the Gemfile?
plugin 'bootboot', '~> 0.2.1'
I would be happy to attempt the contribution if someone was willing to point me in the right direction.
Thanks for bootboot I think it's a great plugin!
The text was updated successfully, but these errors were encountered:
Hello,
We recently were trying to update from Bundler v2.2.32 to v2.3.22 and ran into the following error:
I understand that was related to a change in Bundler version 2.3.12 https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md#2312-april-20-2022
And I understand this issue was addressed in #40 and fixed in version 0.2.1 of bootboot.
However we found after running
cat .bundle/plugin/index
and seeing the followingthat it was still pointing to the older version of bootboot.
When we ran
bundle plugin uninstall bootboot
it was removed from the index, and then when we ranbundle plugin install bootboot
it was pointing to the correct 0.2.1 version after that.Is there anything that we can do in this repository to make sure that index gets updated when a new version is listed in the
Gemfile
?I would be happy to attempt the contribution if someone was willing to point me in the right direction.
Thanks for bootboot I think it's a great plugin!
The text was updated successfully, but these errors were encountered: