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-06 21:11:14 +0300
committerStan Hu <stanhu@gmail.com>2019-09-06 21:12:23 +0300
commit881c54b66a235ddf5ee5ed22678e048b3f993444 (patch)
tree961bf6ddc92f65835557167357c15e152ed0b622
parentc7873d949803dbffe99ca840ee0dd6a7346bf45e (diff)
Update Rouge to v3.10.0
This keeps the version used in Gitaly consistent with CE/EE to save a little space.
-rw-r--r--changelogs/unreleased/sh-update-rouge.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-update-rouge.yml b/changelogs/unreleased/sh-update-rouge.yml
new file mode 100644
index 000000000..35ae3fd79
--- /dev/null
+++ b/changelogs/unreleased/sh-update-rouge.yml
@@ -0,0 +1,5 @@
+---
+title: Update Rouge to v3.10.0
+merge_request: 1475
+author:
+type: other
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index cc0252a88..25fbacc84 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.7.0)
+ rouge (3.10.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)