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
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2016-06-10 10:50:57 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2016-06-10 10:50:57 +0300
commita11455f9db913675107b0029e6d6b70e6954cf44 (patch)
tree105c51d5757aea31312236f5b244dce76a2dedfb
parent67539e6dba81e553f16f4034b86e27ea80e1cca5 (diff)
Pin Rake version for Sass 3.3 gemfile
See the discussion at https://github.com/sass/sass/pull/2016
-rw-r--r--test/gemfiles/sass_3_3.gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/gemfiles/sass_3_3.gemfile b/test/gemfiles/sass_3_3.gemfile
index 98fd4051..9504cf20 100644
--- a/test/gemfiles/sass_3_3.gemfile
+++ b/test/gemfiles/sass_3_3.gemfile
@@ -3,4 +3,7 @@ source "https://rubygems.org"
gem 'sass', '~> 3.3.14'
gem 'compass', '~> 1.0.1', require: false
+# See https://github.com/sass/sass/pull/2015
+gem 'rake', '~> 10.5.0'
+
gemspec path: '../../'