From 1fff25c713bbf367d91718a2577959f85684a1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 10 Sep 2018 06:40:11 +0000 Subject: [PATCH] Bump autoprefixer-rails from 8.2.0 to 9.1.4 Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 8.2.0 to 9.1.4. - [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/8.2.0...9.1.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 82bc869ac..d77d9880b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'acts-as-taggable-on', '~> 5.0.0' gem 'acts_as_votable', '~> 0.11.1' gem 'ahoy_matey', '~> 1.6.0' gem 'ancestry', '~> 3.0.1' -gem 'autoprefixer-rails', '~> 8.2.0' +gem 'autoprefixer-rails', '~> 9.1.4' gem 'browser', '~> 2.5.2' gem 'cancancan', '~> 2.1.2' gem 'ckeditor', '~> 4.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 180bc185b..804e9f430 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM activerecord (>= 3.2.0) arel (6.0.4) ast (2.4.0) - autoprefixer-rails (8.2.0) + autoprefixer-rails (9.1.4) execjs babel-source (5.8.35) babel-transpiler (0.7.0) @@ -500,7 +500,7 @@ DEPENDENCIES acts_as_votable (~> 0.11.1) ahoy_matey (~> 1.6.0) ancestry (~> 3.0.1) - autoprefixer-rails (~> 8.2.0) + autoprefixer-rails (~> 9.1.4) browser (~> 2.5.2) bullet (~> 5.7.0) byebug (~> 10.0.0)