From bf9b497538b8c74e9cb29ba8a754184ebee499dd Mon Sep 17 00:00:00 2001 From: Paul Hayes Date: Thu, 18 Jun 2015 11:19:03 +0100 Subject: Change minimum sass version As of version 3.3.5, the @at-root sass feature has been introduced: https://github.com/twbs/bootstrap-sass/pull/805 https://github.com/twbs/bootstrap-sass/commit/2579e3374f146d85ce517cc368fb54c9d198ecc8 This feature depends on sass >= 3.3. * Bump minimum sass version * Remove sass 3.2 gemfile and update tests See also: https://github.com/twbs/bootstrap-sass/issues/920 --- bootstrap-sass.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap-sass.gemspec') diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec index 2ca8c88..d21cafd 100644 --- a/bootstrap-sass.gemspec +++ b/bootstrap-sass.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/twbs/bootstrap-sass" s.license = 'MIT' - s.add_runtime_dependency 'sass', '>= 3.2.19' + s.add_runtime_dependency 'sass', '>= 3.3.0' s.add_runtime_dependency 'autoprefixer-rails', '>= 5.0.0.1' # Testing dependencies -- cgit v1.2.3