Skip to content

Commit 97c4a91

Browse files
authored
Merge pull request #2175 from projectblacklight/stanza
Add a requirement for sass-rails 5
2 parents 9c4a2aa + 91f69bc commit 97c4a91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ else
3434
end
3535

3636
case ENV['RAILS_VERSION']
37+
when /^5.[12]/
38+
gem 'sass-rails', '~> 5.0'
3739
when /^4.2/
3840
gem 'responders', '~> 2.0'
3941
gem 'sass-rails', '>= 5.0'

0 commit comments

Comments
 (0)