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-10-25 02:42:34 +0300
committerStan Hu <stanhu@gmail.com>2018-10-25 02:49:52 +0300
commit04d0a2407d9e85c46bf268a803cf91285ccf533c (patch)
tree174b6c8cced56c3150d15a0a2ddc9aeaf4380750
parentf8b5523be70444a7f6f3045719bee2c5b79d160d (diff)
Bump Rouge gem to 3.3.0
This is to be consistent with CE.
-rw-r--r--changelogs/unreleased/sh-bump-rouge-3-3-0.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-bump-rouge-3-3-0.yml b/changelogs/unreleased/sh-bump-rouge-3-3-0.yml
new file mode 100644
index 000000000..30e0b8373
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-rouge-3-3-0.yml
@@ -0,0 +1,5 @@
+---
+title: Bump Rouge gem to 3.3.0
+merge_request: 943
+author:
+type: other
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 5afda76e5..b93799680 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -73,7 +73,7 @@ GEM
powerpack (0.1.2)
rainbow (3.0.0)
rdoc (4.3.0)
- rouge (3.2.1)
+ rouge (3.3.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)