Relax dependency on autoprefixer-rails in Gemfile
This commit is contained in:
parent
014f2be462
commit
ac0abaacaf
2 changed files with 12 additions and 0 deletions
11
debian/patches/0499-93-relax-autoprefixer-rails.patch
vendored
Normal file
11
debian/patches/0499-93-relax-autoprefixer-rails.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -281,7 +281,7 @@
|
||||
gem 'rack-proxy', '~> 0.6.0'
|
||||
|
||||
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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -17,6 +17,7 @@
|
|||
0499-90-relax-webrick.patch
|
||||
0499-91-relax-omniauth-azure-activedirectory-v2.patch
|
||||
0499-92-relax-rexml.patch
|
||||
0499-93-relax-autoprefixer-rails.patch
|
||||
0500-set-webpack-root.patch
|
||||
0510-remove-dev-dependencies.patch
|
||||
0610-source-init-functions.patch
|
||||
|
|
Loading…
Reference in a new issue