thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
895 stars 57 forks source link

Add back gem-installed executables #112

Closed geoffharcourt closed 7 years ago

geoffharcourt commented 7 years ago

In PR #83 we removed gem-installed dependencies for parity, preferring to have executables installed manually or through package managers. We have had enough reports of executable installation issues on Linux systems that we are going to fall back to allowing users to install the executables via Rubygems until we properly migrate away from Traveling Ruby.

Related: #108, #109.

tracedwax commented 7 years ago

Seems reasonable at first glance. lgtm 💉

tabfugnic commented 7 years ago

LGTM. Hopefully the travelling ruby problem is solved soon.