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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2022-08-17 15:40:21 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2022-08-17 15:40:21 +0300
commit5a64218610feb05b833647b4e703386b2d1564f0 (patch)
treea030bba91e2a0bb888c160c4339af4f49d1e6a93
parent4807366d4977d267f86df45fdb1214110c7f927c (diff)
Add support for MulanPSL-2.0 in license detectiontnir-ruby-licensee-to-9.15.2
Counterpart PR in gitlab: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/94948 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: other
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 855c28efc..478658e68 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -17,7 +17,7 @@ gem 'gitlab-labkit', '~> 0.23'
# Detects the open source license the repository includes
# This version needs to be in sync with GitLab CE/EE
-gem 'licensee', '~> 9.14.1'
+gem 'licensee', '~> 9.15'
gem 'google-protobuf', '~> 3.21.0'
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index ac977a7a6..dfb5f0001 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -95,9 +95,9 @@ GEM
opentracing (~> 0.3)
thrift
json (2.5.1)
- licensee (9.14.1)
+ licensee (9.15.2)
dotenv (~> 2.0)
- octokit (~> 4.17)
+ octokit (~> 4.20)
reverse_markdown (~> 1.0)
rugged (>= 0.24, < 2.0)
thor (>= 0.19, < 2.0)
@@ -237,7 +237,7 @@ DEPENDENCIES
google-protobuf (~> 3.21.0)
grpc (~> 1.42.0)
grpc-tools (~> 1.42.0)
- licensee (~> 9.14.1)
+ licensee (~> 9.15)
pry (~> 0.12.2)
rbtrace
rdoc (~> 6.0)