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:
authorStan Hu <stanhu@gmail.com>2021-02-03 12:36:10 +0300
committerStan Hu <stanhu@gmail.com>2021-02-03 12:36:10 +0300
commit6d4d743e3e13887e707a1d723c3d85e011737853 (patch)
tree7805e8eb283cb32ce1dc2be2d710798fc7aed4ea /gitaly.gemspec
parent2c7c204731f6e4f1c8cdb3d8a705caf7acf6689d (diff)
Drop hard dependency on licensee gem in Gitaly gemspec
This doesn't actually block GitLab from upgrading Gitaly since gitaly-ruby is shipped with a bump in GITALY_SERVER_VERSION, not the Ruby gem version.
Diffstat (limited to 'gitaly.gemspec')
-rw-r--r--gitaly.gemspec3
1 files changed, 0 insertions, 3 deletions
diff --git a/gitaly.gemspec b/gitaly.gemspec
index 5f0d08db7..80095c4ce 100644
--- a/gitaly.gemspec
+++ b/gitaly.gemspec
@@ -18,7 +18,4 @@ Gem::Specification.new do |spec|
spec.require_paths = [prefix]
spec.add_dependency "grpc", "~> 1.0"
- # This is locked to ensure CE/EE use the same version to ensure
- # license key mappings match between gitaly-ruby and GitLab Rails.
- spec.add_dependency "licensee", "= 9.14.1"
end