We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are currently using dartsass-ruby as a dependency of dartsass-sprockets but v1.x of the uri gem has an ABI change which breaks it:
dartsass-ruby
dartsass-sprockets
uri
bin/rails aborted! ArgumentError: wrong number of arguments (given 1, expected 0) (ArgumentError) /home/tom/.bundle/ruby/3.3.0/gems/uri-1.0.1/lib/uri/rfc3986_parser.rb:73:in `initialize' /home/tom/.bundle/ruby/3.3.0/gems/dartsass-ruby-3.0.2/lib/sassc/url.rb:5:in `new' /home/tom/.bundle/ruby/3.3.0/gems/dartsass-ruby-3.0.2/lib/sassc/url.rb:5:in `<module:URL>' /home/tom/.bundle/ruby/3.3.0/gems/dartsass-ruby-3.0.2/lib/sassc/url.rb:4:in `<module:SassC>' /home/tom/.bundle/ruby/3.3.0/gems/dartsass-ruby-3.0.2/lib/sassc/url.rb:3:in `<main>' /home/tom/.bundle/ruby/3.3.0/gems/dartsass-ruby-3.0.2/lib/sassc.rb:54:in `require_relative' /home/tom/.bundle/ruby/3.3.0/gems/dartsass-ruby-3.0.2/lib/sassc.rb:54:in `<main>'
As dartsass-ruby has been abandoned it seems either dartsass-sprockets will need updating or we will need to replace it.
The text was updated successfully, but these errors were encountered:
Ah it has already been changed in dartsass-sprockets but we have a version lock on sass-embedded which is stopping it from updating.
sass-embedded
Sorry, something went wrong.
The version lock is from 41f13ac and it seems our bootstrap is still too old to avoid the warnings.
No branches or pull requests
We are currently using
dartsass-ruby
as a dependency ofdartsass-sprockets
but v1.x of theuri
gem has an ABI change which breaks it:As
dartsass-ruby
has been abandoned it seems eitherdartsass-sprockets
will need updating or we will need to replace it.The text was updated successfully, but these errors were encountered: