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:
-rw-r--r--bootstrap-sass.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index b07f39c..2ca8c88 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/twbs/bootstrap-sass"
s.license = 'MIT'
- s.add_runtime_dependency 'sass', '~> 3.2'
- s.add_runtime_dependency 'autoprefixer-rails', '~> 5.0'
+ s.add_runtime_dependency 'sass', '>= 3.2.19'
+ s.add_runtime_dependency 'autoprefixer-rails', '>= 5.0.0.1'
# Testing dependencies
s.add_development_dependency 'minitest', '~> 5.4.0'