require latest version of autoprefixer

to fix the FF bug with the duplicate dropdown arrows on <selects>
This commit is contained in:
Felix Niklas 2015-06-10 11:47:37 +02:00
parent 7d8a58324e
commit 0a3198deed

View file

@ -23,7 +23,7 @@ group :assets do
gem 'eco'
end
gem 'autoprefixer-rails'
gem 'autoprefixer-rails', '>=5.2'
gem 'omniauth'
gem 'omniauth-twitter'