Skip to content

Commit

Permalink
Merge pull request #2734 from gmacdougall/require-sass-3.5.2
Browse files Browse the repository at this point in the history
Require sass >= 3.5.2
  • Loading branch information
gmacdougall authored May 15, 2018
2 parents 014a875 + b8ce8be commit b9cab08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/solidus_backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.add_dependency 'jquery-rails'
s.add_dependency 'kaminari', '~> 1.1'
s.add_dependency 'sass-rails'
s.add_dependency 'sass', '>= 3.5.2'

s.add_dependency 'autoprefixer-rails', '~> 7.1'
s.add_dependency 'handlebars_assets', '~> 0.23'
Expand Down

0 comments on commit b9cab08

Please sign in to comment.