Skip to content

Instantly share code, notes, and snippets.

@yubrew
Created June 26, 2013 16:53
Show Gist options
  • Save yubrew/5869172 to your computer and use it in GitHub Desktop.
Save yubrew/5869172 to your computer and use it in GitHub Desktop.
create and use gem locally
git clone git://github.com/luislavena/rb-readline.git
cd rb-readline
rake install #this creates the gem locally
gem uninstall rb-readline #make sure to comment out rb-readline in your Gemfile
gem install /path/to/rb-readline.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment