nickthecook / ops

The operations team for your project.
GNU General Public License v3.0
50 stars 1 forks source link

Allow specifying gem version #48

Closed nickthecook closed 4 years ago

nickthecook commented 4 years ago

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.

nickthecook commented 4 years ago

Fixed in 0.14.0.

dependencies:
  gem:
    - bundler >=2.1.4