Relax autoprefixer-rails version to ~> 10.2
This commit is contained in:
parent
a07dea71c7
commit
56ce90ad98
4 changed files with 17 additions and 4 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -312,7 +312,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-sassc-rails (>= 2.1~),
|
||||
ruby-sassc (>= 2.0~),
|
||||
ruby-autoprefixer-rails (>= 10.2.5.1~),
|
||||
ruby-autoprefixer-rails (>= 10.2~),
|
||||
ruby-terser (>= 1.0.2~),
|
||||
#
|
||||
ruby-addressable (>= 2.8~),
|
||||
|
|
5
debian/patches/0050-relax-stable-libs.patch
vendored
5
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -326,10 +326,9 @@ gitlab Gemfile
|
|||
gem 'rack-proxy', '~> 0.6.0'
|
||||
|
||||
-gem 'sassc-rails', '~> 2.1.0'
|
||||
-gem 'autoprefixer-rails', '10.2.5.1'
|
||||
-gem 'terser', '1.0.2'
|
||||
+gem 'sassc-rails', '~> 2.1'
|
||||
+gem 'autoprefixer-rails', '~> 10.2','>= 10.2.5.1'
|
||||
gem 'autoprefixer-rails', '10.2.5.1'
|
||||
-gem 'terser', '1.0.2'
|
||||
+gem 'terser', '~> 1.0','>= 1.0.2'
|
||||
|
||||
gem 'addressable', '~> 2.8'
|
||||
|
|
13
debian/patches/0499-93-relax-autoprefixer-rails.patch
vendored
Normal file
13
debian/patches/0499-93-relax-autoprefixer-rails.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -14,6 +14,7 @@
|
|||
0499-30-remove-guard-rspec.patch
|
||||
0499-70-relax-graphlient.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