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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-11 10:44:41 -04:00 committed by Mac Siri
parent 95ba6608c8
commit 2b251a2844
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)