Skip to content

Instantly share code, notes, and snippets.

@vfonic
Created July 13, 2017 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfonic/5368d1e100e69664268106b5a9567a22 to your computer and use it in GitHub Desktop.
Save vfonic/5368d1e100e69664268106b5a9567a22 to your computer and use it in GitHub Desktop.
Script for uninstalling all rails gem dependencies for the given rails version
#!/bin/bash -e
gem uninstall railties rails actionmailer actioncable actionpack actionview activerecord activejob activemodel activesupport -v $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment