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>2018-07-16 16:20:19 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-07-16 18:02:58 +0300
commit9567ba9883f07480241fb91322e859df1dc411a2 (patch)
tree895fc4b37ccd8cb484d84debb81f96a4918cc681
parent8dde19c4b8e6c56cb221267581474638ce3a55fd (diff)
Bump Linguist version to match Railszj-linguist-ruby-sidecar
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock10
2 files changed, 6 insertions, 6 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index e06683b61..1a7b87dfb 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gem 'rugged', '~> 0.27.2'
-gem 'github-linguist', '~> 5.3.3', require: 'linguist'
+gem 'github-linguist', '~> 6.1', require: 'linguist'
gem 'gitlab-markup', '~> 1.6.2'
gem 'gitaly-proto', '~> 0.107.0', require: 'gitaly'
gem 'activesupport', '~> 5.0.2'
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index ab61f1041..ee7caf8d1 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -12,7 +12,7 @@ GEM
charlock_holmes (0.7.6)
concurrent-ruby (1.0.5)
diff-lcs (1.3)
- escape_utils (1.1.1)
+ escape_utils (1.2.1)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
gemojione (3.3.0)
@@ -20,9 +20,9 @@ GEM
gitaly-proto (0.107.0)
google-protobuf (~> 3.1)
grpc (~> 1.10)
- github-linguist (5.3.3)
- charlock_holmes (~> 0.7.5)
- escape_utils (~> 1.1.0)
+ github-linguist (6.2.0)
+ charlock_holmes (~> 0.7.6)
+ escape_utils (~> 1.2.0)
mime-types (>= 1.19)
rugged (>= 0.25.1)
github-markup (1.7.0)
@@ -143,7 +143,7 @@ DEPENDENCIES
activesupport (~> 5.0.2)
faraday (~> 0.12)
gitaly-proto (~> 0.107.0)
- github-linguist (~> 5.3.3)
+ github-linguist (~> 6.1)
gitlab-gollum-lib (~> 4.2)
gitlab-gollum-rugged_adapter (~> 0.4.4)
gitlab-markup (~> 1.6.2)