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:
authorEvan Read <eread@gitlab.com>2019-06-20 12:00:24 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-20 12:00:24 +0300
commitcb7bc45a01293576ac32cfc133c0e067c6f55642 (patch)
tree7b04575dea71ebb735dba156fa544c68390bb42f /Gemfile
parent9bc8add53149ca53d03e723bc9ef6793ab104f83 (diff)
Pin version of cri to avoid backwards compatibilty break
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0798b494..61ed5154 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'nanoc', '~> 4.10'
gem 'adsf', '~> 1.4'
gem 'adsf-live', '~> 1.4'
+gem 'cri', '2.15.7'
gem 'sassc', '~> 2.0'
gem 'rouge', '~> 3.2'
gem 'rake', '~> 12.3'