Relax dependency on autoprefixer-rails in patch

This commit is contained in:
Pirate Praveen 2023-05-10 20:02:22 +05:30
parent 4184472e05
commit 672c571e6e
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75

View file

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