From 5995afbd36c36727c303dd1965db0b8457f94215 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 31 Jan 2016 20:10:58 +0100 Subject: [PATCH] Bump autoprefixer-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c79ef9d88..8a8ad5e86 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem "rack-cors", "0.4.0", require: "rack/cors" gem "bootstrap-sass", "2.3.2.2" gem "compass-rails", "2.0.5" gem "sass-rails", "5.0.4" -gem "autoprefixer-rails", "6.2.2" +gem "autoprefixer-rails", "6.3.1" # Database diff --git a/Gemfile.lock b/Gemfile.lock index 1ca3e7bc3..6c016e257 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM ast (2.2.0) astrolabe (1.3.1) parser (~> 2.2) - autoprefixer-rails (6.2.2) + autoprefixer-rails (6.3.1) execjs json backbone-on-rails (1.2.0.0) @@ -779,7 +779,7 @@ DEPENDENCIES acts_as_api (= 0.4.2) addressable (= 2.3.8) asset_sync (= 1.1.0) - autoprefixer-rails (= 6.2.2) + autoprefixer-rails (= 6.3.1) backbone-on-rails (= 1.2.0.0) bootstrap-sass (= 2.3.2.2) capybara (= 2.5.0)