at-import / breakpoint

Really simple media queries in Sass
MIT License
2.09k stars 142 forks source link

Not compatible with later versions of sass... #151

Closed Preen closed 8 years ago

Preen commented 8 years ago

Bundler could not find compatible versions for gem "sass": In snapshot (Gemfile.lock): sass (3.4.19)

In Gemfile: breakpoint (= 2.4.2) ruby depends on sass (~> 3.3.0) ruby

Running bundle update will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict.

strarsis commented 8 years ago

You may install the npm package instead and use https://github.com/strarsis/sass-include-paths (with gulp-ruby-sass).

Snugug commented 8 years ago

The latest version of the gem should work with any version of Sass >= 3.3 and < 4. That looks like it's a problem with your Gemfile.lock file.