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 13:49:36 +0300
committerToon Claes <toon@gitlab.com>2022-11-28 11:57:11 +0300
commit0f932054d80895e97794d50de74b5b2af8c1b494 (patch)
tree587b2db96d3c7dc8c9ee6fd7d1c8d49cde68e58c /ruby
parent89a75c3bd71098df4e3003ef56a5ba670e13c58a (diff)
ruby: Remove github-linguist gem
In the previous release we stopped using github-linguist completely, so now it's safe to stop installing that gem.
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Gemfile1
-rw-r--r--ruby/Gemfile.lock9
2 files changed, 0 insertions, 10 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 628e6509c..f6954cef1 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -1,7 +1,6 @@
source 'https://rubygems.org'
gem 'rugged', '~> 1.2'
-gem 'github-linguist', '~> 7.20.0', require: 'linguist'
gem 'gitlab-markup', '~> 1.7.1'
gem 'activesupport', '~> 6.1.6.1'
gem 'grpc', '~> 1.42.0' # keep in lock-step with grpc-tools
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index d90625f90..ea42bbe41 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -29,7 +29,6 @@ GEM
ast (2.4.2)
binding_ninja (0.2.3)
builder (3.2.4)
- charlock_holmes (0.7.7)
coderay (1.1.2)
concord (0.1.5)
adamantium (~> 0.2.0)
@@ -40,7 +39,6 @@ GEM
dotenv (2.7.6)
equalizer (0.0.11)
erubi (1.11.0)
- escape_utils (1.2.2)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
faraday (1.0.1)
@@ -48,11 +46,6 @@ GEM
ffi (1.15.5)
gitaly (15.5.0)
grpc (~> 1.0)
- github-linguist (7.20.0)
- charlock_holmes (~> 0.7.7)
- escape_utils (~> 1.2.0)
- mini_mime (~> 1.0)
- rugged (~> 1.0)
gitlab-labkit (0.29.0)
actionpack (>= 5.0.0, < 8.0.0)
activesupport (>= 5.0.0, < 8.0.0)
@@ -93,7 +86,6 @@ GEM
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_source (0.9.2)
- mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
msgpack (1.3.3)
@@ -205,7 +197,6 @@ DEPENDENCIES
activesupport (~> 6.1.6.1)
factory_bot
gitaly (~> 15.5.0)
- github-linguist (~> 7.20.0)
gitlab-labkit (~> 0.29)
gitlab-license_finder
gitlab-markup (~> 1.7.1)