Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.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>2018-04-18 02:06:00 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-12-14 15:16:04 +0300
commitfe4599dc0f90ef706d18fedc246b15c762283886 (patch)
tree57c659a262a601b7245f333f299ec2b7d4022eb4 /test
parent7319f3b99a82f645204bb4463f2e8902585699c1 (diff)
Stop testing with sass-head and rails-head
No longer in active development
Diffstat (limited to 'test')
-rw-r--r--test/gemfiles/rails_head.gemfile17
-rw-r--r--test/gemfiles/sass_head.gemfile6
2 files changed, 0 insertions, 23 deletions
diff --git a/test/gemfiles/rails_head.gemfile b/test/gemfiles/rails_head.gemfile
deleted file mode 100644
index 72f908ea..00000000
--- a/test/gemfiles/rails_head.gemfile
+++ /dev/null
@@ -1,17 +0,0 @@
-source "https://rubygems.org"
-
-gem 'actionpack', github: 'rails/rails'
-gem 'activesupport', github: 'rails/rails'
-
-# Required git dependencies as per https://github.com/rails/rails/blob/51211a94bd7a34d80f2412a7f94fefe7366647a5/Gemfile:
-gem 'rack', github: 'rack/rack'
-gem 'sprockets', github: 'rails/sprockets'
-gem 'sprockets-rails', github: 'rails/sprockets-rails'
-gem 'sass-rails', github: 'rails/sass-rails', branch: 'master'
-
-gem 'autoprefixer-rails', github: 'ai/autoprefixer-rails'
-
-gem 'compass', '~> 1.0.1', require: false
-
-gemspec path: '../../'
-
diff --git a/test/gemfiles/sass_head.gemfile b/test/gemfiles/sass_head.gemfile
deleted file mode 100644
index de6d8aee..00000000
--- a/test/gemfiles/sass_head.gemfile
+++ /dev/null
@@ -1,6 +0,0 @@
-source "https://rubygems.org"
-
-gem 'sass', git: 'https://github.com/sass/sass', branch: 'stable' # master is not compatible with Compass master
-gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master', require: false
-
-gemspec path: '../../'