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-07-06 08:22:29 +0300
committerStan Hu <stanhu@gmail.com>2019-07-06 08:24:42 +0300
commit7c1a3f872ecb802b127e822889f25951af8665dd (patch)
treea63da6212fc952960caf8ed58369fbe331f50798
parentcbdd69b4ec5c0a3dcac6a717608c0d6c3ddeb6ef (diff)
Upgrade Rouge to 3.5.1
This reduces unnecessary duplication of gems and saves some disk space by matching the CE/EE version: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30431.
-rw-r--r--changelogs/unreleased/sh-upgrade-rouge.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-upgrade-rouge.yml b/changelogs/unreleased/sh-upgrade-rouge.yml
new file mode 100644
index 000000000..6cb3ecdd1
--- /dev/null
+++ b/changelogs/unreleased/sh-upgrade-rouge.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade rouge to 3.5.1
+merge_request: 1355
+author:
+type: other
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 604b48429..0a86273f7 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -147,7 +147,7 @@ GEM
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
rdoc (4.3.0)
- rouge (3.3.0)
+ rouge (3.5.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)