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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-05-26 22:09:01 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-05-26 22:09:01 +0400
commit72e267449424736028f7439a5a1b66e857bcd460 (patch)
tree008d2525b1d2ed96158493973836474dccd9c86c /bootstrap-sass.gemspec
parentd7b85b80aaa135060de72129f986e7b968255310 (diff)
parent9fec7f6441d9f7481ba1303ac554013e0a4c7a11 (diff)
Merge pull request #620 from synthdnb/master
Add autoprefixer to dependency.
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 d28218aa..c8bdade5 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.add_runtime_dependency 'sass', '~> 3.2'
+ s.add_runtime_dependency 'autoprefixer-rails', '~> 1.1'
# Testing dependencies
s.add_development_dependency 'test-unit', '~> 2.5.5'