gravitystorm created an issue (openstreetmap/openstreetmap-website#6679)
We currently have a pin on sass-embedded:
```ruby
# Use SCSS for stylesheets
gem "dartsass-sprockets"
# Pin the dependent sass-embedded to avoid deprecation warnings in bootstrap
gem "sass-embedded", "~> 1.64.0"
# Pin uri to avoid errors in dartsass-ruby
gem "uri", "< 1.0.0"
```
However, this means that we're not getting bug fixes for sass-embedded, or its
dependent gems (e.g. google-protobuf). We should figure out what we need to do
to release this pin, e.g. if our bootstrap version is new enough to avoid the
deprecation warnings, etc.
Fair warning: Digging into the dart/sass/ruby ecosystem isn't for the faint of
heart, in my experience.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6679
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev