From 9d105e66b8f8434f5cbc1693e682ce70f5cc9ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 02:40:07 +0000 Subject: [PATCH] Bump autoprefixer-rails from 10.2.5.1 to 10.4.16.0 Note we're moving the `browserlist` file to `.browserlistrc` because that's the expected locations in new versions of autoprefixer-rails. Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 10.2.5.1 to 10.4.16.0. - [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/ai/autoprefixer-rails/compare/10.2.5.1...10.4.16.0) --- updated-dependencies: - dependency-name: autoprefixer-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7ec2a39c9..a57e2c11b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "ahoy_matey", "~> 5.0.2" gem "airbrake", "~> 13.0.4" gem "ancestry", "~> 4.3.3" gem "audited", "~> 5.4.3" -gem "autoprefixer-rails", "~> 10.2.5.1" +gem "autoprefixer-rails", "~> 10.4.16" gem "bing_translator", "~> 6.2.0" gem "cancancan", "~> 3.5.0" gem "caxlsx", "~> 4.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 8156acee0..58b61de2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,8 +87,8 @@ GEM audited (5.4.3) activerecord (>= 5.0, < 7.2) request_store (~> 1.2) - autoprefixer-rails (10.2.5.1) - execjs (> 0) + autoprefixer-rails (10.4.16.0) + execjs (~> 2) base64 (0.1.1) bcrypt (3.1.20) better_html (2.0.2) @@ -682,7 +682,7 @@ DEPENDENCIES airbrake (~> 13.0.4) ancestry (~> 4.3.3) audited (~> 5.4.3) - autoprefixer-rails (~> 10.2.5.1) + autoprefixer-rails (~> 10.4.16) bing_translator (~> 6.2.0) bullet (~> 7.1.6) byebug (~> 11.1.3)