From 2c34f271d9d94fdd647e5ac5253849dfe3fdcbcf Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:57:23 +0200 Subject: [PATCH] Bump autoprefixer-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bf91ac77a..569ff4ea3 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem "rack-cors", "2.0.2", require: "rack/cors" # CSS -gem "autoprefixer-rails", "10.4.13.0" +gem "autoprefixer-rails", "10.4.16.0" gem "bootstrap-sass", "3.4.1" gem "bootstrap-switch-rails", "3.3.3" # 3.3.4 and 3.3.5 is broken, see https://github.com/Bttstrp/bootstrap-switch/issues/691 gem "sassc-rails", "2.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index a02163574..606fc7351 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM attr_encrypted (4.0.0) encryptor (~> 3.0.0) attr_required (1.0.1) - autoprefixer-rails (10.4.13.0) + autoprefixer-rails (10.4.16.0) execjs (~> 2) babel-source (5.8.35) babel-transpiler (0.7.0) @@ -792,7 +792,7 @@ DEPENDENCIES acts_as_api (= 1.0.1) addressable (= 2.8.4) asset_sync (= 2.18.0) - autoprefixer-rails (= 10.4.13.0) + autoprefixer-rails (= 10.4.16.0) babel-transpiler (= 0.7.0) bootstrap-sass (= 3.4.1) bootstrap-switch-rails (= 3.3.3)