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>2019-03-26 15:28:18 +0300
committerStan Hu <stanhu@gmail.com>2019-03-26 15:38:12 +0300
commita4ac8d293ffb48bd5920ce8c6fb7541684634fdc (patch)
tree035bcc6a7e775d61c4f52246e2778fab29a2f6ae
parent7361cd94bb9d57448499c1277dae2c1be957889f (diff)
Bump github-linguist to 6.4.1
This resolves a Ruby 2.5-compatibility issue that was fixed in 6.3.0: https://github.com/github/linguist/pull/4195 The CommitLanguages RPC appears to still work despite throwing errors in the Gitaly logs due to `make_tmpname` no longer being present in Ruby 2.5. May relate to https://gitlab.com/gitlab-org/gitaly/issues/1570.
-rw-r--r--changelogs/unreleased/sh-bump-github-linguist.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-bump-github-linguist.yml b/changelogs/unreleased/sh-bump-github-linguist.yml
new file mode 100644
index 000000000..48b8dfd91
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-github-linguist.yml
@@ -0,0 +1,5 @@
+---
+title: Bump github-linguist to 6.4.1
+merge_request: 153
+author:
+type: fixed
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 4deb64c4c..a2642406f 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -38,7 +38,7 @@ GEM
json
gitaly-proto (1.13.0)
grpc (~> 1.0)
- github-linguist (6.2.0)
+ github-linguist (6.4.1)
charlock_holmes (~> 0.7.6)
escape_utils (~> 1.2.0)
mime-types (>= 1.19)