[openstreetmap/openstreetmap-website] Unpin sass-embedded (Issue #6679)

Andy Allan notifications at github.com
Tue Jan 6 12:02:24 UTC 2026


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/6679 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260106/5677be49/attachment.htm>


More information about the rails-dev mailing list