Just ran into an issue where bundler 1.17.2 was installed. gem i bundler gets 2.1.4, but ops was skipping installing the gem because it was already installed.
Don't know how the old one got there, but ops wasn't trying to install the new one.
Support version specification for gem dependencies, so ops will install a gem if one that is too old is installed.
Just ran into an issue where bundler 1.17.2 was installed.
gem i bundler
gets 2.1.4, butops
was skipping installing the gem because it was already installed.Don't know how the old one got there, but
ops
wasn't trying to install the new one.Support version specification for
gem
dependencies, soops
will install a gem if one that is too old is installed.