From 65b3418b06e24f55342eb6575bf876aa249a5703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 12:59:04 -0400 Subject: [PATCH] Bump autoprefixer-rails from 9.4.3 to 9.5.1 (#2332) [ci skip] Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 9.4.3 to 9.5.1. - [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.4.3...9.5.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 912d33f63..9d1ba81a2 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "airbrake", "~> 8.1" gem "algoliasearch-rails", "~> 1.21" gem "algorithmia", "~> 1.0" gem "ancestry", "~> 3.0" -gem "autoprefixer-rails", "~> 9.4" +gem "autoprefixer-rails", "~> 9.5" gem "aws-sdk-lambda", "~> 1.16" # Just Lambda. For more, install aws-sdk gem gem "bootsnap", ">= 1.1.0", require: false gem "bourbon", "~> 5.1" diff --git a/Gemfile.lock b/Gemfile.lock index a8789aebd..f85f3b70a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ GEM io-like (~> 0.3.0) arel (9.0.0) ast (2.4.0) - autoprefixer-rails (9.4.3) + autoprefixer-rails (9.5.1) execjs aws-eventstream (1.0.1) aws-partitions (1.125.0) @@ -995,7 +995,7 @@ DEPENDENCIES algorithmia (~> 1.0) ancestry (~> 3.0) approvals (~> 0.0) - autoprefixer-rails (~> 9.4) + autoprefixer-rails (~> 9.5) aws-sdk-lambda (~> 1.16) better_errors (~> 2.5) binding_of_caller (~> 0.8)