Skip to content

Commit

Permalink
Replace eol ruby-sass to sassc
Browse files Browse the repository at this point in the history
  • Loading branch information
taogawa committed Feb 5, 2021
1 parent 412f9e4 commit 17b3873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feathericon-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

s.add_runtime_dependency 'sass', '>= 3.2'
s.add_development_dependency 'sass-rails'
s.add_runtime_dependency 'sassc', '>= 2.0'
s.add_development_dependency 'sassc-rails'
end

0 comments on commit 17b3873

Please sign in to comment.