Skip to content

Commit

Permalink
Pin sass-rails to 5 on Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored and bess committed Oct 11, 2019
1 parent a62cdcf commit 9850554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
end

case ENV['RAILS_VERSION']
when /^5.[12]/
when /^5.[12]/, /^6.0/
gem 'sass-rails', '~> 5.0'
when /^4.2/
gem 'responders', '~> 2.0'
Expand Down

0 comments on commit 9850554

Please sign in to comment.