Relax dependency on autoprefixer gem in Gemfile
This commit is contained in:
parent
7b3bd15cdc
commit
30313f3072
1 changed files with 1 additions and 1 deletions
2
debian/patches/0050-relax-stable-libs.patch
vendored
2
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -322,7 +322,7 @@ gitlab Gemfile
|
|||
-gem 'autoprefixer-rails', '10.2.0.0'
|
||||
-gem 'terser', '1.0.2'
|
||||
+gem 'sassc-rails', '~> 2.1'
|
||||
+gem 'autoprefixer-rails', '10.2'
|
||||
+gem 'autoprefixer-rails', '~> 10.2'
|
||||
+gem 'terser', '~> 1.0', '>= 1.0.2'
|
||||
|
||||
gem 'addressable', '~> 2.7'
|
||||
|
|
Loading…
Reference in a new issue