From 2b251a284456758435a91c14dafb2174fadc71d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 11 Jun 2019 10:44:41 -0400 Subject: [PATCH] Bump autoprefixer-rails from 9.5.1.1 to 9.6.0 (#3099) [ci skip] Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 9.5.1.1 to 9.6.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.5.1.1...9.6.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 dd89f124e..53f67129c 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "airbrake", "~> 9.2" # Airbrake is an online tool that provides robust excep gem "algoliasearch-rails", "~> 1.21" # Algolia Search is a hosted search engine capable of delivering real-time results from the first keystroke gem "algorithmia", "~> 1.1" # Ruby Client for Algorithmia Algorithms and Data API gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure -gem "autoprefixer-rails", "~> 9.5" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website +gem "autoprefixer-rails", "~> 9.6" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website gem "aws-sdk-lambda", "~> 1.26" # Official AWS Ruby gem for AWS Lambda gem "bootsnap", ">= 1.1.0", require: false # Boot large ruby/rails apps faster gem "buffer", "~> 0.1" # Buffer is a Ruby Wrapper for the Buffer API diff --git a/Gemfile.lock b/Gemfile.lock index 3ed7b0697..e3aa1e3a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM thor (~> 0.18) arel (9.0.0) ast (2.4.0) - autoprefixer-rails (9.5.1.1) + autoprefixer-rails (9.6.0) execjs awesome_print (1.8.0) aws-eventstream (1.0.3) @@ -845,7 +845,7 @@ DEPENDENCIES algorithmia (~> 1.1) ancestry (~> 3.0) approvals (~> 0.0) - autoprefixer-rails (~> 9.5) + autoprefixer-rails (~> 9.6) awesome_print (~> 1.8) aws-sdk-lambda (~> 1.26) better_errors (~> 2.5)