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
path: root/ruby
diff options
context:
space:
mode:
authorBalasankar "Balu" C <balasankar@gitlab.com>2021-11-20 09:06:11 +0300
committerBalasankar "Balu" C <balasankar@gitlab.com>2021-11-20 10:26:13 +0300
commit0c55f88c26562a922e249a4d660146d6f06336a3 (patch)
tree7d5c43f356aa18569a0ce0866d332649f678be05 /ruby
parent6715e04b0a20714776227eaa67d68a6fa1ccfbdf (diff)
Include license_finder in the bundle to be used by omnibus-gitlab
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Gemfile5
-rw-r--r--ruby/Gemfile.lock15
2 files changed, 20 insertions, 0 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 6568c0c3c..95863cf5b 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -31,3 +31,8 @@ group :development, :test do
gem 'grpc-tools', '= 1.30.2'
end
+
+# Gems required in omnibus-gitlab pipeline
+group :development, :test, :omnibus do
+ gem 'license_finder', require: false
+end
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index b5c5ec672..61f5d703e 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -88,6 +88,13 @@ GEM
opentracing (~> 0.3)
thrift
json (2.5.1)
+ 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)
dotenv (~> 2.0)
octokit (~> 4.17)
@@ -121,6 +128,7 @@ GEM
parallel (1.19.2)
parser (2.7.2.0)
ast (~> 2.4.1)
+ parslet (1.8.2)
pg_query (2.1.1)
google-protobuf (>= 3.17.1)
proc_to_ast (0.1.0)
@@ -184,6 +192,7 @@ GEM
rubocop-ast (0.2.0)
parser (>= 2.7.0.1)
ruby-progressbar (1.10.1)
+ rubyzip (2.3.2)
rugged (1.2.0)
sanitize (4.6.6)
crass (~> 1.0.2)
@@ -199,6 +208,8 @@ GEM
thread_safe (0.3.6)
thrift (0.15.0)
timecop (0.9.1)
+ toml (0.2.0)
+ parslet (~> 1.8.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
@@ -210,6 +221,9 @@ GEM
equalizer (~> 0.0.9)
parser (>= 2.6.5)
procto (~> 0.0.2)
+ with_env (1.1.0)
+ xml-simple (1.1.9)
+ rexml
zeitwerk (2.4.2)
PLATFORMS
@@ -227,6 +241,7 @@ DEPENDENCIES
google-protobuf (~> 3.17.0)
grpc (~> 1.30.2)
grpc-tools (= 1.30.2)
+ license_finder
licensee (~> 9.14.1)
pry (~> 0.12.2)
rbtrace