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:
authorHenry Poydar <henrypoydar@gmail.com>2017-09-21 01:50:45 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-09-21 05:06:12 +0300
commita3a4ecc90baee60d84c822f520efa7fa7b94d22a (patch)
treedc7325916b6953430625710765178b8b068bacb5 /Gemfile
parenteb2e1a606e2c3324e7c511ba07c5ba0195801b00 (diff)
Bump up version of Popper dependency to address twbs/bootstrap issue 23469
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 968483e..1074a28 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec
group :development do
- gem 'popper_js', '>= 1.9.9'
+ gem 'popper_js', '>= 1.12.3'
end
group :debug do