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-04 19:31:19 +0400
committerTristan Harward <trisweb@gmail.com>2012-11-04 19:31:19 +0400
commit5cf624247539dfee4ef257272294c911c4b84da4 (patch)
treebf136f954db08934d47cdb61b7868d712360c8e9 /bootstrap-sass.gemspec
parent0af8fff971d988f93c2c45292d9d91fe745c3aca (diff)
Depend on sass ~> 3.2
I think runtime is correct for this, but please correct me if I'm wrong...
Diffstat (limited to 'bootstrap-sass.gemspec')
-rw-r--r--bootstrap-sass.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index f7d1206d..72076b43 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'compass'
s.add_development_dependency 'sass-rails', '~> 3.2'
+ s.add_runtime_dependency 'sass', '~> 3.2'
s.files = Dir["vendor/**/*.{scss,js,png}"] + Dir["lib/**/*"] + Dir["templates/**/*"] + ["README.md", "LICENSE"]
end