From: Tom Hughes Date: Tue, 25 Mar 2025 20:39:52 +0000 (+0000) Subject: Pin uri as dartsass-ruby doesn't work with 1.x X-Git-Tag: live~52 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/db9e1b172f4f384fc2222bbf4bb991774f9d017c?hp=a232ed0579a0351a5ef4643f3000c471057b7e17 Pin uri as dartsass-ruby doesn't work with 1.x --- diff --git a/Gemfile b/Gemfile index 7155b1f62..dbd662a49 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,8 @@ gem "pg" gem "dartsass-sprockets" # Pin the dependentent 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" # Use Terser as compressor for JavaScript assets gem "terser"