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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Harward <trisweb@gmail.com>2012-11-01 17:39:43 +0400
committerTristan Harward <trisweb@gmail.com>2012-11-01 17:39:43 +0400
commitc28e8c2deaeeb45d097ffaf5a1ab07f3684d2b26 (patch)
treeb155e759109a41a9f05e764a37cc2a7df48b4596 /bootstrap-sass.gemspec
parent11a6358d28f4eb3653b4880d8652fd255ea09d57 (diff)
Update sass-rails dependency version to require > 3.2
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 f042349f..f7d1206d 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"
s.add_development_dependency 'compass'
- s.add_development_dependency 'sass-rails', '~> 3.1'
+ s.add_development_dependency 'sass-rails', '~> 3.2'
s.files = Dir["vendor/**/*.{scss,js,png}"] + Dir["lib/**/*"] + Dir["templates/**/*"] + ["README.md", "LICENSE"]
end