From 0a3198deed3d26c840c67a66107e6b3aeaf322e5 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 10 Jun 2015 11:47:37 +0200 Subject: [PATCH] require latest version of autoprefixer to fix the FF bug with the duplicate dropdown arrows on --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 412eb85c0..f3f24376b 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :assets do gem 'eco' end -gem 'autoprefixer-rails' +gem 'autoprefixer-rails', '>=5.2' gem 'omniauth' gem 'omniauth-twitter'