Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sass version locked to ~3.1 #418

Closed
qvolant opened this issue Mar 10, 2018 · 2 comments
Closed

sass version locked to ~3.1 #418

qvolant opened this issue Mar 10, 2018 · 2 comments

Comments

@qvolant
Copy link

qvolant commented Mar 10, 2018

https://github.com/rails/sass-rails/blob/5-0-stable/sass-rails.gemspec#L17

sass 3.1 is from 2012. Many frameworks/libraries today use maps which were introduced in sass 3.3 (from 2014)

latest sass-rails release was from november 2017. Why is it depending on technology from 2012 ?

@Cremz
Copy link

Cremz commented Apr 3, 2018

I second this. having trouble upgrading my gems because of this

@toncid
Copy link

toncid commented Dec 19, 2018

You are wrong, the operator is somewhat misleading: ~> 3.1 means >= 3.1 and < 4.0. Check your Gemfile.lock:

    sass (3.7.2)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    sass-rails (5.0.7)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants