We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289d93f commit 5aaf497Copy full SHA for 5aaf497
1 file changed
test/gemfiles/rails_head.gemfile
@@ -9,7 +9,8 @@ gem 'sprockets', github: 'rails/sprockets'
9
gem 'sprockets-rails', github: 'rails/sprockets-rails'
10
gem 'sass-rails', github: 'rails/sass-rails', branch: 'master'
11
12
-gem 'autoprefixer-rails', github: 'ai/autoprefixer-rails'
+# Need https://github.com/ai/autoprefixer-rails/pull/73 fixed to unlock
13
+gem 'autoprefixer-rails', '= 6.1.0'
14
15
source 'https://rails-assets.org' do
16
gem 'rails-assets-tether', '>= 1.1.0'
0 commit comments