From d31da2e58e0054311567c9e98f841c1399282ff4 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 7 Apr 2018 23:05:56 +0200 Subject: [PATCH] Bump autoprefixer-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 074c1f432..e0e12eea7 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem "rack-cors", "1.0.2", require: "rack/cors" # CSS -gem "autoprefixer-rails", "7.1.4.1" +gem "autoprefixer-rails", "8.2.0" gem "bootstrap-sass", "3.3.7" gem "bootstrap-switch-rails", "3.3.3" gem "compass-rails", "3.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index b13ca221a..a8b8e1d93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM unf ast (2.3.0) attr_required (1.0.1) - autoprefixer-rails (7.1.4.1) + autoprefixer-rails (8.2.0) execjs bcrypt (3.1.11) bindata (2.4.1) @@ -771,7 +771,7 @@ DEPENDENCIES acts_as_api (= 1.0.1) addressable (= 2.5.2) asset_sync (= 2.2.0) - autoprefixer-rails (= 7.1.4.1) + autoprefixer-rails (= 8.2.0) bootstrap-sass (= 3.3.7) bootstrap-switch-rails (= 3.3.3) capybara (= 2.15.1)