]> git.openstreetmap.org Git - rails.git/commitdiff
Pin uri as dartsass-ruby doesn't work with 1.x
authorTom Hughes <tom@compton.nu>
Tue, 25 Mar 2025 20:39:52 +0000 (20:39 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 25 Mar 2025 20:39:52 +0000 (20:39 +0000)
Gemfile

diff --git a/Gemfile b/Gemfile
index 7155b1f624535a578706809e0f545fae1202351f..dbd662a49362c522f10d269679c2eb55dce45a44 100644 (file)
--- 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"