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:
authorTan Le <tle@gitlab.com>2020-12-15 01:50:27 +0300
committerTan Le <tle@gitlab.com>2020-12-15 02:30:16 +0300
commitd6aa1bef59f11dc4efa490b0d347746d1dee0630 (patch)
tree4dc8fb77d7ea7449b0e4bbbb1aaf063fce794422
parent546f3976c32661c59246cc4b8eb73cfe4eba5b24 (diff)
Update Rouge gem to v3.26.0
This matches with version used in GitLab and saves disk space in an Omnibus install.
-rw-r--r--changelogs/unreleased/tle-update-rouge-3-26.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/tle-update-rouge-3-26.yml b/changelogs/unreleased/tle-update-rouge-3-26.yml
new file mode 100644
index 000000000..8960d15e6
--- /dev/null
+++ b/changelogs/unreleased/tle-update-rouge-3-26.yml
@@ -0,0 +1,5 @@
+---
+title: Update Rouge gem to v3.26.0
+merge_request: 2927
+author:
+type: other
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 30aa60995..eb5c86946 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -134,7 +134,7 @@ GEM
redis (4.1.3)
regexp_parser (1.8.1)
rexml (3.2.4)
- rouge (3.25.0)
+ rouge (3.26.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)