diff --git a/_normalize.scss b/_normalize.scss index fa3d0de9d..97035e02d 100644 --- a/_normalize.scss +++ b/_normalize.scss @@ -57,7 +57,7 @@ $indent-amount: 40px !default; @import "compass/typography/vertical_rhythm"; -// To work around a bug in Compass 1.0.0-alpha.17, we override Compass' +// To work around a bug in compass-core 1.0.0-alpha.17, we override Compass' // support-legacy-browser() function with a version of our own. // @TODO Remove this monkey patch after it's fixed in Compass. // @see https://github.com/chriseppstein/compass/pull/1524 diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec index 87a12901f..3105b3ca0 100644 --- a/normalize-scss.gemspec +++ b/normalize-scss.gemspec @@ -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-rc.1") - s.add_runtime_dependency('compass', ">= 1.0.0.alpha.13") + s.add_runtime_dependency('sass', ">= 3.3.0-rc.1") + s.add_runtime_dependency('compass-core', ">= 1.0.0.alpha.13") s.files = %w[ _normalize.scss