From 8e60fa33ebb10886807b5c3b11348b3861d4b395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 8 Jun 2015 09:55:23 +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 eef7abe37..8f4546091 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.4" gem "sass-rails", "5.0.1" -gem "autoprefixer-rails", "5.1.11" +gem "autoprefixer-rails", "5.2.1" # Database diff --git a/Gemfile.lock b/Gemfile.lock index fcaee9958..66784cbba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM ast (2.0.0) astrolabe (1.3.0) parser (>= 2.2.0.pre.3, < 3.0) - autoprefixer-rails (5.1.11) + autoprefixer-rails (5.2.1) execjs json backbone-on-rails (1.1.2.1) @@ -751,7 +751,7 @@ DEPENDENCIES acts_as_api (= 0.4.2) addressable (= 2.3.8) asset_sync (= 1.1.0) - autoprefixer-rails (= 5.1.11) + autoprefixer-rails (= 5.2.1) backbone-on-rails (= 1.1.2.1) bootstrap-sass (= 2.3.2.2) capybara (= 2.4.4)