Skip to content

Instantly share code, notes, and snippets.

@whartonn
Created July 6, 2011 18:28
Show Gist options
  • Save whartonn/1067969 to your computer and use it in GitHub Desktop.
Save whartonn/1067969 to your computer and use it in GitHub Desktop.
I added rack 1.3.0 to my gemfile and then got these errors
$ bundle install
Fetching source index for http://rubygems.org/
You have requested:
rack = 1.3.0
The bundle currently has rack locked at 1.2.3.
Try running `bundle update rack`
$ bundle update rack
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "rack":
In Gemfile:
rails (= 3.0.9) depends on
rack (~> 1.2.1)
rack (1.3.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment