Skip to content

Instantly share code, notes, and snippets.

@yuki24
Created October 16, 2012 18:04
Show Gist options
  • Save yuki24/3900938 to your computer and use it in GitHub Desktop.
Save yuki24/3900938 to your computer and use it in GitHub Desktop.
upgrade sprockets
$ 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)
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