Relax dependency on autoprefixer-rails in patch
This commit is contained in:
parent
4184472e05
commit
672c571e6e
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ gitlab Gemfile
|
|||
-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', '>= 10.2.5.1'
|
||||
+gem 'terser', '1.0', '>= 1.0.2'
|
||||
|
||||
gem 'addressable', '~> 2.8'
|
||||
|
|
Loading…
Reference in a new issue