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.lock
parent9bc8add53149ca53d03e723bc9ef6793ab104f83 (diff)
Pin version of cri to avoid backwards compatibilty break
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 125e8a16..8c334eeb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -16,7 +16,7 @@ GEM
coderay (1.1.2)
colored (1.2)
concurrent-ruby (1.1.5)
- cri (2.15.9)
+ cri (2.15.7)
ddmemoize (1.0.0)
ddmetrics (~> 1.0)
ref (~> 2.0)
@@ -171,6 +171,7 @@ DEPENDENCIES
adsf (~> 1.4)
adsf-live (~> 1.4)
builder (~> 3.2)
+ cri (= 2.15.7)
gitlab_kramdown (~> 0.6.0)
guard-nanoc (~> 2.1)
highline (~> 2.0)