Skip to content

Commit

Permalink
Lower SASS dependency requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaylock committed Feb 9, 2015
1 parent a0ae497 commit fd65c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-playground.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ spec = Gem::Specification.new do |s|
s.add_runtime_dependency 'gli', '~> 2.12.2'
s.add_runtime_dependency 'paint', '~> 0.9.0'
s.add_runtime_dependency 'highline', '~> 1.6.21'
s.add_runtime_dependency 'sass', '~> 3.4.10'
s.add_runtime_dependency 'sass', '~> 3.2'
end

0 comments on commit fd65c2e

Please sign in to comment.