Skip to content

Instantly share code, notes, and snippets.

@lucianosousa
Created May 17, 2013 18:57
Show Gist options
  • Save lucianosousa/5601180 to your computer and use it in GitHub Desktop.
Save lucianosousa/5601180 to your computer and use it in GitHub Desktop.
infinite looping
$ bundle update backup
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
You have requested:
excon = 0.20.1
The bundle currently has excon locked at 0.14.3.
Try running `bundle update excon`
$ bundle update excon
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
You have requested:
faraday = 0.8.7
The bundle currently has faraday locked at 0.8.1.
Try running `bundle update faraday`
$ bundle update faraday
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
You have requested:
excon = 0.20.1
The bundle currently has excon locked at 0.14.3.
Try running `bundle update excon`
$ bundle update excon
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
You have requested:
faraday = 0.8.7
The bundle currently has faraday locked at 0.8.1.
Try running `bundle update faraday`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment