Created
July 6, 2011 18:28
-
-
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
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 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