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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2017-05-29 16:50:53 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-05-29 16:54:51 +0300
commit8927eff0d7779cedd4fe773a9b8b5b7174d065c6 (patch)
tree406eaa3164458f4ccd81d363877ddb42c6e05ca5 /bootstrap.gemspec
parentf4ff7cc4b2d71c54d8809f546d2fd239e0016baf (diff)
Promote Popper.js to gem dependency
Diffstat (limited to 'bootstrap.gemspec')
-rw-r--r--bootstrap.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.gemspec b/bootstrap.gemspec
index f46a563..bab30a0 100644
--- a/bootstrap.gemspec
+++ b/bootstrap.gemspec
@@ -11,6 +11,8 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/twbs/bootstrap-rubygem'
s.license = 'MIT'
+ s.add_runtime_dependency 'popper_js', '>= 1.9.9', '< 2.0'
+
s.add_runtime_dependency 'sass', '>= 3.4.19'
s.add_runtime_dependency 'autoprefixer-rails', '>= 6.0.3'