summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorTetiana Chupryna <tchupryna@gitlab.com>2019-03-05 17:34:13 +0000
committerFabien Catteau <fcatteau@gitlab.com>2019-03-05 17:34:13 +0000
commit108e2cad4af6cd43fba40324a42dfb9591a3b546 (patch)
tree78d8b5f831572624fa74de349ad92d4460b5403a /run.sh
parent2ecd63bbde311f5f4f1acb6d94312c929370f082 (diff)
Use only one version everywhere
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 45fb3ab..aad51a5 100755
--- a/run.sh
+++ b/run.sh
@@ -94,7 +94,7 @@ case "$COMMAND" in
rvm use .
gem install bundler
# We need to install the license_finder gem into this Ruby version too.
- gem install license_finder
+ gem install license_finder -v "$LICENSE_FINDER_VERSION"
fi
# Ignore test and development dependencies.