From 201956d7fb21e43445971bfeb84e3c71fb3ead9f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 09:33:48 -0400 Subject: [PATCH] Bump rouge from 3.11.0 to 3.12.0 (#4633) Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](https://github.com/rouge-ruby/rouge/compare/v3.11.0...v3.12.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6e173f9d9..0e0b5278b 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ gem "recaptcha", "~> 5.2", require: "recaptcha/rails" # Helpers for the reCAPTCH gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser gem "reverse_markdown", "~> 1.3" # Map simple html back into markdown gem "rolify", "~> 5.2" # Very simple Roles library -gem "rouge", "~> 3.11" # A pure-ruby code highlighter +gem "rouge", "~> 3.12" # A pure-ruby code highlighter gem "rubyzip", "~> 1.2", ">= 1.3.0" # Rubyzip is a ruby library for reading and writing zip files gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3 gem "sail", "~> 1.5" # Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app diff --git a/Gemfile.lock b/Gemfile.lock index 41a84c9ac..2883eb832 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -632,7 +632,7 @@ GEM reverse_markdown (1.3.0) nokogiri rolify (5.2.0) - rouge (3.11.0) + rouge (3.12.0) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -951,7 +951,7 @@ DEPENDENCIES redcarpet (~> 3.5) reverse_markdown (~> 1.3) rolify (~> 5.2) - rouge (~> 3.11) + rouge (~> 3.12) rspec-rails (~> 3.9) rspec-retry (~> 0.6) rubocop (~> 0.75)