Created
October 16, 2012 18:04
-
-
Save yuki24/3900938 to your computer and use it in GitHub Desktop.
upgrade sprockets
This file contains 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 | |
Fetching gem metadata from https://rubygems.org/.. | |
Bundler could not find compatible versions for gem "sprockets": | |
In Gemfile: | |
sprockets (~> 2.2.0) ruby | |
rails (= 3.2.8) ruby depends on | |
sprockets (2.1.3) |
This file contains 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
source 'https://rubygems.org' | |
ruby '1.9.3' | |
-gem 'rails', '3.2.8' | |
+gem 'rails', git: "git://github.com/rails/rails.git", branch: "3-2-stable" | |
gem 'thin' | |
gem 'pg' | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment