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
path: root/test
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 /test
parentf4ff7cc4b2d71c54d8809f546d2fd239e0016baf (diff)
Promote Popper.js to gem dependency
Diffstat (limited to 'test')
-rw-r--r--test/gemfiles/rails_4_2.gemfile4
-rw-r--r--test/gemfiles/rails_5_0.gemfile4
-rw-r--r--test/gemfiles/rails_5_1.gemfile4
3 files changed, 0 insertions, 12 deletions
diff --git a/test/gemfiles/rails_4_2.gemfile b/test/gemfiles/rails_4_2.gemfile
index 2f177cd..c126c00 100644
--- a/test/gemfiles/rails_4_2.gemfile
+++ b/test/gemfiles/rails_4_2.gemfile
@@ -3,9 +3,5 @@ source 'https://rubygems.org'
gem 'actionpack', '~> 4.2.7'
gem 'activesupport', '~> 4.2.7'
-source 'https://rails-assets.org' do
- gem 'popper_js', '>= 1.9.9'
-end
-
gemspec path: '../../'
diff --git a/test/gemfiles/rails_5_0.gemfile b/test/gemfiles/rails_5_0.gemfile
index bcfab5f..397a0c7 100644
--- a/test/gemfiles/rails_5_0.gemfile
+++ b/test/gemfiles/rails_5_0.gemfile
@@ -4,9 +4,5 @@ gem 'actionpack', '~> 5.0.0'
gem 'activesupport', '~> 5.0.0'
gem 'autoprefixer-rails', '>= 6.3.6.1'
-source 'https://rails-assets.org' do
- gem 'popper_js', '>= 1.9.9'
-end
-
gemspec path: '../../'
diff --git a/test/gemfiles/rails_5_1.gemfile b/test/gemfiles/rails_5_1.gemfile
index fb5fd59..61e9e13 100644
--- a/test/gemfiles/rails_5_1.gemfile
+++ b/test/gemfiles/rails_5_1.gemfile
@@ -4,9 +4,5 @@ gem 'actionpack', '~> 5.1.0'
gem 'activesupport', '~> 5.1.0'
gem 'autoprefixer-rails', '>= 7.1.1'
-source 'https://rails-assets.org' do
- gem 'popper_js', '>= 1.9.9'
-end
-
gemspec path: '../../'