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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2021-07-20 12:20:42 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2021-07-20 12:20:42 +0300
commit4a39298e04772f4c9c08f345d4f61828a0de70f8 (patch)
treea0975fdd46cc3a595e7a6b3af62c01216bdcfa8e
parent8889cf5ab7374220b242b6e01c329aaaf9e56540 (diff)
gems: Remove unused rdoc gemzj-remove-rdoc
Gems were added and copied from GitLab.git back in the day on a need to add basis. The other way around is much harder, so this change attempts to remove a gem as its gone unused but went unnoticed. Changelog: removed
-rw-r--r--ruby/Gemfile1
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 0 insertions, 3 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 7eaf3c0f2..c33c5a267 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -4,7 +4,6 @@ gem 'rugged', '~> 1.1'
gem 'github-linguist', '~> 7.12', require: 'linguist'
gem 'gitlab-markup', '~> 1.7.1'
gem 'activesupport', '~> 6.1.3.2'
-gem 'rdoc', '~> 6.0'
gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false
gem 'grpc', '~> 1.30.2'
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index cab76b5c1..93b3bd47a 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -146,7 +146,6 @@ GEM
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
- rdoc (6.2.0)
redis (4.2.5)
regexp_parser (1.8.1)
reverse_markdown (1.4.0)
@@ -230,7 +229,6 @@ DEPENDENCIES
licensee (~> 9.14.1)
pry (~> 0.12.2)
rbtrace
- rdoc (~> 6.0)
rspec
rspec-parameterized
rubocop (~> 0.69)