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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-23 18:11:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-23 18:11:19 +0300
commit0e6ce73070a9816db513ba360620699232c517d7 (patch)
tree1821d40de1b43624cde5d09e9874dc38978a65e1 /Gemfile
parentead6ab29b07201cd30488aa21b88d3e9c270046f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 76e6cef28e0..e671d6ec802 100644
--- a/Gemfile
+++ b/Gemfile
@@ -410,7 +410,10 @@ end
# Gems required in omnibus-gitlab pipeline
group :development, :test, :omnibus do
- gem 'license_finder', '~> 6.0', require: false
+ # Using a fork until https://github.com/pivotal/LicenseFinder/pull/816 is
+ # resolved. For details, check discussion in
+ # https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74881
+ gem 'gitlab-license_finder', '~> 6.0', require: false
end
group :test do