Skip to content

Commit

Permalink
Use recommended Sass/Compass dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Aug 26, 2014
1 parent 1639f0d commit da32664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions normalize-scss.gemspec
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|
s.authors = ['John Albin Wilkins']
s.email = 'virtually.johnalbin@gmail.com'

s.add_runtime_dependency('sass', ">= 3.3.0")
s.add_runtime_dependency('compass-core', ">= 1.0.0")
s.add_runtime_dependency('sass', '~> 3.3', '>= 3.3.0')
s.add_runtime_dependency('compass-core', '~> 1.0', '>= 1.0.0')

s.files = %w[
_normalize.scss
Expand Down

0 comments on commit da32664

Please sign in to comment.