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:
authorToon Claes <toon@gitlab.com>2022-11-25 14:15:56 +0300
committerToon Claes <toon@gitlab.com>2022-11-28 11:55:57 +0300
commit6a42ae58732e12e145dfbb473d7029b887d70ca6 (patch)
treec3978c4f947f59a53dab978176657e517d51fb68 /ruby
parent2cb0d9f0604daabe63edc2c8271e65ef36ff6483 (diff)
ruby: Remove use of linguist from gitaly_server
In the previous release we stopped using the github-linguist gem completely, so now it's safe to remove all the use of that gem from our Ruby code.
Diffstat (limited to 'ruby')
-rw-r--r--ruby/lib/gitaly_server.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby/lib/gitaly_server.rb b/ruby/lib/gitaly_server.rb
index 17f303ac0..f5f7c6933 100644
--- a/ruby/lib/gitaly_server.rb
+++ b/ruby/lib/gitaly_server.rb
@@ -1,7 +1,6 @@
$:.unshift(File.expand_path('../proto', __dir__))
require 'gitaly'
-require 'linguist/blob_helper'
require 'securerandom'
require 'gitlab-labkit'
require 'rugged'