Update to Rouge 3.3.0 including frozen string literals for improved memory usage

This commit is contained in:
Drew Blessing 2018-10-01 17:39:43 -05:00
parent c02057b4c8
commit 21a5e70bf4
3 changed files with 8 additions and 2 deletions

View File

@ -731,7 +731,7 @@ GEM
retriable (3.1.2)
rinku (2.0.0)
rotp (2.1.2)
rouge (3.2.1)
rouge (3.3.0)
rqrcode (0.7.0)
chunky_png
rqrcode-rails3 (0.1.7)

View File

@ -740,7 +740,7 @@ GEM
retriable (3.1.2)
rinku (2.0.0)
rotp (2.1.2)
rouge (3.2.1)
rouge (3.3.0)
rqrcode (0.7.0)
chunky_png
rqrcode-rails3 (0.1.7)

View File

@ -0,0 +1,6 @@
---
title: Update to Rouge 3.3.0 including frozen string literals for improved memory
usage
merge_request:
author:
type: changed