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:40:28 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-05-29 16:40:28 +0300
commit9b92e0095994e5f26be8ce4a910e3701d277b6a0 (patch)
tree435a0e0970e764ea57318d00509e1034eaafdfc6 /Gemfile
parent33da8abfef7731d90365717d8a0c4d2f814ad319 (diff)
Tether -> Popper.js and test on Rails 5.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 115676e..a8cbc6a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,9 +3,7 @@ source 'https://rubygems.org'
gemspec
group :development do
- source 'https://rails-assets.org' do
- gem 'rails-assets-tether', '>= 1.1.0'
- end
+ gem 'popper_js', '>= 1.9.9'
end
group :debug do