debian-mirror-gitlab/debian/patches/0499-93-relax-autoprefixer-rails.patch
2021-10-02 03:39:35 +05:30

13 lines
297 B
Diff

autoprefixer-rails 10.3 in unstable is broken
--- a/Gemfile
+++ b/Gemfile
@@ -281,7 +281,7 @@
gem 'rack-proxy', '~> 0.6.0'
gem 'sassc-rails', '~> 2.1'
-gem 'autoprefixer-rails', '10.2.5.1'
+gem 'autoprefixer-rails', '~> 10.2'
gem 'terser', '~> 1.0','>= 1.0.2'
gem 'addressable', '~> 2.8'