Skip to content

Commit

Permalink
The sass gem has been deprecated and has reached EOL, this replaces i…
Browse files Browse the repository at this point in the history
…t with the recommended sassc gem (#379)
  • Loading branch information
itsWill authored and SamSaffron committed Apr 26, 2019
1 parent a09d788 commit 2ff1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-mini-profiler.gemspec
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'dalli'
s.add_development_dependency 'rspec', '~> 3.6.0'
s.add_development_dependency 'redis'
s.add_development_dependency 'sass'
s.add_development_dependency 'sassc'
s.add_development_dependency 'flamegraph'
s.add_development_dependency 'rubocop'

Expand Down

0 comments on commit 2ff1574

Please sign in to comment.