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>2018-08-17 00:16:11 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-08-17 15:01:45 +0300
commitd0f9e1168c1fa8d28726515bba696e156fc923e3 (patch)
tree7fe16cfab422eeddf9bf90a811b757b27e324a5b
parent859518f2b9483202b376cf36395f24c2c4f62ac1 (diff)
Bump rouge to 3.2.1
Corresponding CE merge request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21263
-rw-r--r--changelogs/unreleased/sh-bump-rouge-3-2-1.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-bump-rouge-3-2-1.yml b/changelogs/unreleased/sh-bump-rouge-3-2-1.yml
new file mode 100644
index 000000000..f7ccd906a
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-rouge-3-2-1.yml
@@ -0,0 +1,5 @@
+---
+title: Bump rouge to 3.2.1
+merge_request: 862
+author:
+type: security
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 7ee0c4548..0a521ab22 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -97,7 +97,7 @@ GEM
rake
rake (12.1.0)
rdoc (4.3.0)
- rouge (3.1.1)
+ rouge (3.2.1)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)