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.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.gemspec b/bootstrap.gemspec
index ee6f3b2..01fc007 100644
--- a/bootstrap.gemspec
+++ b/bootstrap.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/twbs/bootstrap-rubygem'
s.license = 'MIT'
- s.add_runtime_dependency 'popper_js', '~> 1.11.1'
+ s.add_runtime_dependency 'popper_js', '>= 1.12.3', '< 2'
s.add_runtime_dependency 'sass', '>= 3.4.19'
s.add_runtime_dependency 'autoprefixer-rails', '>= 6.0.3'