Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created July 17, 2012 23:50
Show Gist options
  • Select an option

  • Save wbotelhos/3132996 to your computer and use it in GitHub Desktop.

Select an option

Save wbotelhos/3132996 to your computer and use it in GitHub Desktop.
Updating to Bundler pre-release
rvm gemset use global
gem update rubygems-bundler
gem list
gem uninstall -ax bundler
gem install bundler --pre
bundle --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment