braintree / runbook

A framework for gradual system automation
MIT License
730 stars 43 forks source link

tty-prompt in gemspec seems to be out of date #7

Closed obromios closed 5 years ago

obromios commented 5 years ago

When I bundle install after putting runbook in my gemfile, I get the following

  Bundler could not find compatible versions for gem "tty-prompt":
  In snapshot (Gemfile.lock):
   tty-prompt (= 0.19.0)

  In Gemfile:
    tty-prompt

    runbook was resolved to 0.13.0, which depends on
      tty-prompt (~> 0.16.0)

I could revert to 0.16.0 of tty-prompt but that is more than a year older than the latest version.

pblesi commented 5 years ago

That makes sense. I'll update Runbook's gemspec to be less restrictive. The update will be released in 0.14.0.

obromios commented 5 years ago

Thank you. As a relentless to-do list maker and enthusiastic bash scripter, runbook combines two of my passions, so am looking forward to trying it out.

On Thu, Aug 15, 2019 at 12:30 AM Patrick Blesi notifications@github.com wrote:

That makes sense. I'll update Runbook's gemspec to be less restrictive. The update will be released in 0.14.0.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/braintree/runbook/issues/7?email_source=notifications&email_token=AAKTNGPX7GASA6W56ZLTRJ3QEQJGVA5CNFSM4ILTHSCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4I7HNI#issuecomment-521270197, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKTNGJH2AP7HNASR4X2ARTQEQJGVANCNFSM4ILTHSCA .

pblesi commented 5 years ago

Runbook version 0.14.0 has been released. Happy runbooking!