diff options
| author | Stan Hu <stanhu@gmail.com> | 2015-09-10 11:51:48 -0700 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2015-09-10 11:51:48 -0700 |
| commit | 3223a2a5ae477d82784998359f895ccddef42e1d (patch) | |
| tree | f60796cd7695c4b934083fdeac3839d4dcbbbcff /Gemfile.lock | |
| parent | 7abb744eb961d95ef9f34e8b64c47084d3f620b6 (diff) | |
| download | gitlab-ce-3223a2a5ae477d82784998359f895ccddef42e1d.tar.gz | |
Bump rouge to 1.10 to remove warning noise and fix other syntax highlighting bugs
Closes #2128
Closes #2433
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 dce7e4964a6..647eb17d974 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,7 +291,7 @@ GEM github-markup (~> 1.3.1) gollum-grit_adapter (~> 0.1, >= 0.1.1) nokogiri (~> 1.6.4) - rouge (~> 1.9) + rouge (~> 1.10) sanitize (~> 2.1.0) stringex (~> 2.5.1) gon (5.0.1) @@ -544,7 +544,7 @@ GEM netrc (~> 0.7) rinku (1.7.3) rotp (1.6.1) - rouge (1.9.1) + rouge (1.10.0) rqrcode (0.4.2) rqrcode-rails3 (0.1.7) rqrcode (>= 0.4.2) |
