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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-09 03:02:32 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-09 03:02:32 +0300
commit21eef19d882bf2102e79e0ad259fe805f688c292 (patch)
tree502f77e459ca973e8fd668f4d6d39a3859781b0d /Gemfile
parentaf38227e93f4b47d575400898736638445ec0499 (diff)
Lock Rake to 11.x, use pull_repos Rake task on CI before generating the site with nanoc.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 155c3b11..6943e7b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,7 @@ gem 'adsf'
gem 'sass'
gem 'kramdown'
gem 'rouge', '~> 1.11'
-gem 'rake'
+gem 'rake', '~> 11.3'
group :nanoc do
gem 'guard-nanoc'