-
Notifications
You must be signed in to change notification settings - Fork 331
Closed
Description
Hello,
I got problem with dependency in version 4.0.1 with sass
you requests: sass >= 3.1.10
but these versions are not compatible:
wrong number of arguments (3 for 2)
(in /app/assets/stylesheets/application.css.scss)
/gems/sass-3.1.19/lib/sass/importers/filesystem.rb:109:in `find_real_file'
/gems/sass-rails-4.0.1/lib/sass/rails/importer.rb:67:in `engine_from_path'
/gems/sass-rails-4.0.1/lib/sass/rails/importer.rb:27:in `find_relative
There is a change in method: find_real_file(dir, name, options)
which in old version has only 2 arguments.
I tested sass-rails 4.0.1 with latest sass 3.2.12 and worked fine.
Please updated your dependencies.
Metadata
Metadata
Assignees
Labels
No labels