Created
May 17, 2013 18:57
-
-
Save lucianosousa/5601180 to your computer and use it in GitHub Desktop.
infinite looping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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