Skip to content

Instantly share code, notes, and snippets.

@schneems
Created February 18, 2016 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schneems/3a047d6bccb37238520a to your computer and use it in GitHub Desktop.
Save schneems/3a047d6bccb37238520a to your computer and use it in GitHub Desktop.
Bundler could not find compatible versions for gem "sprockets":
In Gemfile:
sprockets (= 4.0.0.beta1)
sass-rails was resolved to 6.0.0, which depends on
sprockets (>= 4.0)
Could not find gem 'sprockets (>= 4.0)', which is required by gem 'sass-rails', in any of the sources.
@ssoulless
Copy link

fix it with .x syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment