Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Hayes <fofr@users.noreply.github.com>2015-06-18 13:19:03 +0300
committerPaul Hayes <fofr@users.noreply.github.com>2015-06-18 13:37:51 +0300
commitbf9b497538b8c74e9cb29ba8a754184ebee499dd (patch)
tree0b0eca332ff1236c3587b946c4f0d179fe24f2d3 /bootstrap-sass.gemspec
parentd64d48fd23c9624cc5c996e6516b7dc33fde5919 (diff)
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
Diffstat (limited to 'bootstrap-sass.gemspec')
-rw-r--r--bootstrap-sass.gemspec2
1 files changed, 1 insertions, 1 deletions
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