require latest version of autoprefixer
to fix the FF bug with the duplicate dropdown arrows on <selects>
This commit is contained in:
parent
7d8a58324e
commit
0a3198deed
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -23,7 +23,7 @@ group :assets do
|
|||
gem 'eco'
|
||||
end
|
||||
|
||||
gem 'autoprefixer-rails'
|
||||
gem 'autoprefixer-rails', '>=5.2'
|
||||
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-twitter'
|
||||
|
|
Loading…
Reference in a new issue