Skip to content

Instantly share code, notes, and snippets.

@chewmanfoo
Created August 6, 2012 19:07
Show Gist options
  • Save chewmanfoo/3277599 to your computer and use it in GitHub Desktop.
Save chewmanfoo/3277599 to your computer and use it in GitHub Desktop.
$ bundle
Fetching gem metadata from http://rubygems.org/.......
You have requested:
sinatra ~> 1.3.2
The bundle currently has sinatra locked at 1.2.6.
Try running `bundle update sinatra`
>>> 1068 jmichael@mail
07:09 PM ~/Code/Ruby/octopress
$ bundle update sinatra
Fetching gem metadata from http://rubygems.org/.......
You have requested:
compass ~> 0.12.1
The bundle currently has compass locked at 0.11.6.
Try running `bundle update compass`
>>> 1069 jmichael@mail
07:10 PM ~/Code/Ruby/octopress
$ bundle update compass
Fetching gem metadata from http://rubygems.org/.......
You have requested:
sinatra ~> 1.3.2
The bundle currently has sinatra locked at 1.2.6.
Try running `bundle update sinatra`
>>> 1070 jmichael@mail
07:10 PM ~/Code/Ruby/octopress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment