Relax dependency on autoprefixer gem in Gemfile

This commit is contained in:
Pirate Praveen 2021-06-10 00:26:54 +05:30
parent 7b3bd15cdc
commit 30313f3072

View file

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