Open salimane opened 9 years ago
browsers = browsers
should be changed to browsers = browsers()
, see https://bugs.ruby-lang.org/issues/10314
the pr #1903 should fix it.
same problem here
:+1:
I've got same error and then just did bundle update
is fixed this issue. Result is down below.
$ bundle update
Fetching gem metadata from https://rubygems.org/.............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies...
Installing chunky_png 1.3.5 (was 1.3.3)
Using multi_json 1.11.2 (was 1.10.1)
Using sass 3.4.19 (was 3.4.9)
Installing compass-core 1.0.3 (was 1.0.1)
Using compass-import-once 1.0.5
Using rb-fsevent 0.9.6 (was 0.9.4)
Using ffi 1.9.10 (was 1.9.6)
Using rb-inotify 0.9.5
Installing compass 1.0.3 (was 1.0.1)
Using bundler 1.10.6
Bundle updated!
same here after update
Another vote for "gem update" to fix the problem - I had this problem and updating the gems fixed it.
Ran into this problem and this was my solution
$ gem uninstall compass
$ gem update --system
$ gem install compass
After upgrading to mri 2.2.0, I'm getting some warnings :
This happens because of https://github.com/Compass/compass/blob/stable/core/lib/compass/core/caniuse.rb#L72
Thanks