Skip to content

Commit 5aaf497

Browse files
committed
Fix Rails HEAD tests
1 parent 289d93f commit 5aaf497

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/gemfiles/rails_head.gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ gem 'sprockets', github: 'rails/sprockets'
99
gem 'sprockets-rails', github: 'rails/sprockets-rails'
1010
gem 'sass-rails', github: 'rails/sass-rails', branch: 'master'
1111

12-
gem 'autoprefixer-rails', github: 'ai/autoprefixer-rails'
12+
# Need https://github.com/ai/autoprefixer-rails/pull/73 fixed to unlock
13+
gem 'autoprefixer-rails', '= 6.1.0'
1314

1415
source 'https://rails-assets.org' do
1516
gem 'rails-assets-tether', '>= 1.1.0'

0 commit comments

Comments
 (0)