Skip to content

Instantly share code, notes, and snippets.

@JKring
Created May 23, 2013 22:14
Show Gist options
  • Save JKring/5639896 to your computer and use it in GitHub Desktop.
Save JKring/5639896 to your computer and use it in GitHub Desktop.
trying to update json
Jakes-MacBook-Pro:Scripted jakekring$ bundle install
Fetching gem metadata from http://rubygems.org/.......
You have requested:
json ~> 1.7.7
The bundle currently has json locked at 1.5.5.
Try running `bundle update json`
Jakes-MacBook-Pro:Scripted jakekring$ bundle update json
Fetching gem metadata from http://rubygems.org/.......
Bundler could not find compatible versions for gem "json":
In Gemfile:
vagrant (= 1.0.3) ruby depends on
json (~> 1.5.1) ruby
json (1.7.7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment