diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-29 12:55:33 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-29 15:37:23 -0700 |
commit | 7d745d31d96f84d3da863843976121aafe3256b5 (patch) | |
tree | 4b41812017a06b836904a1ae96cd0384cd4cc4a2 /Gemfile.lock | |
parent | 7395831dc4d2ee9f5d90ed2f528015eae11c7b17 (diff) | |
download | gitlab-ce-7d745d31d96f84d3da863843976121aafe3256b5.tar.gz |
Update rouge to v3.7.0
This adds support for a number of new languages (e.g. Ada)
and fixes a number of lexers:
https://github.com/rouge-ruby/rouge/compare/v3.5.1..v3.7.0
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64625
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3614f111a4b..a87bf239fb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -780,7 +780,7 @@ GEM retriable (3.1.2) rinku (2.0.0) rotp (2.1.2) - rouge (3.5.1) + rouge (3.7.0) rqrcode (0.7.0) chunky_png rqrcode-rails3 (0.1.7) @@ -1208,7 +1208,7 @@ DEPENDENCIES redis-rails (~> 5.0.2) request_store (~> 1.3) responders (~> 2.0) - rouge (~> 3.5) + rouge (~> 3.7) rqrcode-rails3 (~> 0.1.7) rspec-parameterized rspec-rails (~> 3.8.0) |