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-06-24 17:48:27 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-06-24 17:48:30 +0400
commit814ea9fc0ecd390fc9ce51dd4a236bdaf0d44779 (patch)
treee20bf7e68aa9dbaf8669f696d267e0b7060a4691
parentd383f5f543cd43123892f189846dfb98dd919744 (diff)
remove autoprefixer-rails dependency from gemspec
The gem can be used without Rails.
-rw-r--r--bootstrap-sass.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index c8bdade5..d28218aa 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -12,7 +12,6 @@ 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'