Relax autoprefixer-rails version to ~> 10.2

This commit is contained in:
Sruthi Chandran 2021-10-02 03:39:35 +05:30
parent a07dea71c7
commit 56ce90ad98
4 changed files with 17 additions and 4 deletions

2
debian/control vendored
View file

@ -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~),

View file

@ -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'

View 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'

View file

@ -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