diff --git a/Gemfile b/Gemfile index cc232d15b..89f49be8d 100644 --- a/Gemfile +++ b/Gemfile @@ -91,7 +91,7 @@ gem "rpush-redis", "~> 1.1" # Redis module capability for rpush library gem "request_store", "~> 1.5" # RequestStore gives you per-request global storage gem "reverse_markdown", "~> 2.1" # Map simple html back into markdown gem "rolify", "~> 6.0" # Very simple Roles library -gem "rouge", "~> 3.29" # A pure-ruby code highlighter +gem "rouge", "~> 3.30" # A pure-ruby code highlighter gem "rss", "~> 0.2.9" # Ruby's standard library for RSS gem "rubyzip", "~> 2.3" # Rubyzip is a ruby library for reading and writing zip files gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3 diff --git a/Gemfile.lock b/Gemfile.lock index 9a7acd3b1..64d01fc98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -703,7 +703,7 @@ GEM rexml (3.2.5) rice (4.0.4) rolify (6.0.0) - rouge (3.29.0) + rouge (3.30.0) rpush (7.0.1) activesupport (>= 5.2) jwt (>= 1.5.6) @@ -1066,7 +1066,7 @@ DEPENDENCIES request_store (~> 1.5) reverse_markdown (~> 2.1) rolify (~> 6.0) - rouge (~> 3.29) + rouge (~> 3.30) rpush (~> 7.0) rpush-redis (~> 1.1) rspec-rails (~> 5.1) diff --git a/vendor/cache/rouge-3.29.0.gem b/vendor/cache/rouge-3.29.0.gem deleted file mode 100644 index 4d7c81075..000000000 Binary files a/vendor/cache/rouge-3.29.0.gem and /dev/null differ diff --git a/vendor/cache/rouge-3.30.0.gem b/vendor/cache/rouge-3.30.0.gem new file mode 100644 index 000000000..95aef3def Binary files /dev/null and b/vendor/cache/rouge-3.30.0.gem differ