You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should shard off the rake tasks into a separate dev tooling gem. We should look to see which of our dev gems can also be folded into this new tooling gem (pry is one that comes to mind).
The goal of this gem would be to have an easy way of updating/tracking all of our dev tools. Right now if we improved our reports rake task, the only way to get the new one is to manually override it. We should be able to automate this to help prevent mistakes and make it easier to move between projects.
The task should do the following:
rvm
orrbenv
and updates ruby, if requested.nvm
to update node/iojs, if requested.The text was updated successfully, but these errors were encountered: