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-09-17 23:30:20 +0300
committerStan Hu <stanhu@gmail.com>2019-09-17 23:31:02 +0300
commit45906c4c656a488013c4b3ce7d39ac79d222e97f (patch)
tree8201c4ad095c5ed5896d6b44c192624fea47efaf
parent8ab5bd595984678838f3f09a96798b149e68a939 (diff)
Upgrade Rouge to v3.11.0
This fixes the JSON parser bug present in v3.8.0+(https://github.com/rouge-ruby/rouge/issues/1330) and adds support for a number of new lexers.
-rw-r--r--changelogs/unreleased/sh-upgrade-rouge-3-11-0.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-upgrade-rouge-3-11-0.yml b/changelogs/unreleased/sh-upgrade-rouge-3-11-0.yml
new file mode 100644
index 000000000..b3214eaf1
--- /dev/null
+++ b/changelogs/unreleased/sh-upgrade-rouge-3-11-0.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade Rouge to v3.11.0
+merge_request: 1493
+author:
+type: fixed
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 25fbacc84..cb292af8c 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -147,7 +147,7 @@ GEM
optimist (>= 3.0.0)
rdoc (4.3.0)
redis (4.1.2)
- rouge (3.10.0)
+ rouge (3.11.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)