From d83462463ac4573953046ea547a6942718468aa6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 18:15:30 +0000 Subject: [PATCH] Bump autoprefixer-rails from 9.7.6 to 10.2.4.0 Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 9.7.6 to 10.2.4.0. - [Release notes](https://github.com/ai/autoprefixer-rails/releases) - [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/ai/autoprefixer-rails/compare/9.7.6...10.2.4.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9584519..d80dce0 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ end # gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Autoprefix any CSS properties that need it -gem "autoprefixer-rails", "~> 9" +gem "autoprefixer-rails", "~> 10" # Rails engine for cache-friendly, client-side local time gem "local_time", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index b2d7233..886aca9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) arel (9.0.0) - autoprefixer-rails (9.7.6) + autoprefixer-rails (10.2.4.0) execjs bcrypt (3.1.13) benchmark-ips (2.8.2) @@ -217,7 +217,7 @@ PLATFORMS ruby DEPENDENCIES - autoprefixer-rails (~> 9) + autoprefixer-rails (~> 10) bcrypt (~> 3.1.11) byebug capybara (~> 3)