braintree / runbook

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

Update method_source dependency in runbook.gemspec #37

Closed kjellm closed 3 years ago

kjellm commented 3 years ago

Update method_source dependency version constraint to "~> 1.0"

This is needed to be able to use runbook together with the newest version of pry.

raws commented 3 years ago

Any chance this could get some 👀 from a maintainer? It'd be great to bring back Pry compatibility!

Despite the major version bump, it seems as though method_source 1.0.0 merely broadens Ruby version compatibility, and doesn't actually change its API: https://github.com/banister/method_source/compare/v0.9.2...v1.0.0

@kjellm it looks like a rebase against master will fix the failing Travis build: 0ea1378746d67b2ee107b2463591efb7fb7ff351

kjellm commented 3 years ago

@raws Thanks for tip. I rebased the branch, and it passed CI :-)