Commit 4c1a1d61 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'bump-license-finder' into 'master'

Use GitLab fork of LicenseFinder and update version to 6.14.2.1

See merge request gitlab-org/gitlab!74881
parents ed30ff70 c372380e
...@@ -410,7 +410,10 @@ end ...@@ -410,7 +410,10 @@ end
# Gems required in omnibus-gitlab pipeline # Gems required in omnibus-gitlab pipeline
group :development, :test, :omnibus do 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 end
group :test do group :test do
......
...@@ -481,6 +481,13 @@ GEM ...@@ -481,6 +481,13 @@ GEM
pg_query (~> 2.1) pg_query (~> 2.1)
redis (> 3.0.0, < 5.0.0) redis (> 3.0.0, < 5.0.0)
gitlab-license (2.0.0) gitlab-license (2.0.0)
gitlab-license_finder (6.14.2.1)
bundler
rubyzip (>= 1, < 3)
thor (~> 1.0)
tomlrb (>= 1.3, < 2.1)
with_env (= 1.1.0)
xml-simple (~> 1.1.5)
gitlab-mail_room (0.0.9) gitlab-mail_room (0.0.9)
gitlab-markup (1.7.1) gitlab-markup (1.7.1)
gitlab-net-dns (0.9.1) gitlab-net-dns (0.9.1)
...@@ -707,13 +714,6 @@ GEM ...@@ -707,13 +714,6 @@ GEM
railties (>= 5.2) railties (>= 5.2)
rexml rexml
libyajl2 (1.2.0) libyajl2 (1.2.0)
license_finder (6.0.0)
bundler
rubyzip (>= 1, < 3)
thor
toml (= 0.2.0)
with_env (= 1.1.0)
xml-simple
licensee (9.14.1) licensee (9.14.1)
dotenv (~> 2.0) dotenv (~> 2.0)
octokit (~> 4.17) octokit (~> 4.17)
...@@ -1275,8 +1275,6 @@ GEM ...@@ -1275,8 +1275,6 @@ GEM
timecop (0.9.1) timecop (0.9.1)
timeliness (0.3.10) timeliness (0.3.10)
timfel-krb5-auth (0.8.3) timfel-krb5-auth (0.8.3)
toml (0.2.0)
parslet (~> 1.8.0)
toml-rb (2.0.1) toml-rb (2.0.1)
citrus (~> 3.0, > 3.0) citrus (~> 3.0, > 3.0)
tomlrb (1.3.0) tomlrb (1.3.0)
...@@ -1475,6 +1473,7 @@ DEPENDENCIES ...@@ -1475,6 +1473,7 @@ DEPENDENCIES
gitlab-fog-azure-rm (~> 1.2.0) gitlab-fog-azure-rm (~> 1.2.0)
gitlab-labkit (~> 0.21.1) gitlab-labkit (~> 0.21.1)
gitlab-license (~> 2.0) gitlab-license (~> 2.0)
gitlab-license_finder (~> 6.0)
gitlab-mail_room (~> 0.0.9) gitlab-mail_room (~> 0.0.9)
gitlab-markup (~> 1.7.1) gitlab-markup (~> 1.7.1)
gitlab-net-dns (~> 0.9.1) gitlab-net-dns (~> 0.9.1)
...@@ -1523,7 +1522,6 @@ DEPENDENCIES ...@@ -1523,7 +1522,6 @@ DEPENDENCIES
kubeclient (~> 4.9.2) kubeclient (~> 4.9.2)
lefthook (~> 0.7.0) lefthook (~> 0.7.0)
letter_opener_web (~> 2.0.0) letter_opener_web (~> 2.0.0)
license_finder (~> 6.0)
licensee (~> 9.14.1) licensee (~> 9.14.1)
lockbox (~> 0.6.2) lockbox (~> 0.6.2)
lograge (~> 0.5) lograge (~> 0.5)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment