thoughtbot / parity

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

Remove Traveling Ruby #119

Closed geoffharcourt closed 7 years ago

geoffharcourt commented 7 years ago

Traveling Ruby is stuck on a version of Bundler that has a bug that prevents us from packaging Gemfile.lock without needing to touch it on the installed machine's filesystem. There hasn't been a commit in almost ten months, and it appears that development has stopped.

We're going to try packaging Parity directly and using system Ruby instead of bundling our own Ruby executable. This change removes all of the packaging tooling related to Traveling Ruby.

geoffharcourt commented 7 years ago

Next step is to get apt packaging in order. cc: @tabfugnic.

croaky commented 7 years ago

Hiyo!