From 102dd5c4f27879cb4370919f05954d4e3761112e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 12:05:25 -0500 Subject: [PATCH] Bump rouge from 3.15.0 to 3.16.0 (#6100) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cb1f07f65..b975bd185 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ gem "redis", "~> 4.1.3" # Redis ruby client gem "redis-rails", "~> 5.0.2" # Redis for Ruby on Rails gem "reverse_markdown", "~> 1.4" # Map simple html back into markdown gem "rolify", "~> 5.2" # Very simple Roles library -gem "rouge", "~> 3.15" # A pure-ruby code highlighter +gem "rouge", "~> 3.16" # A pure-ruby code highlighter gem "rubyzip", "~> 2.1" # Rubyzip is a ruby library for reading and writing zip files gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3 gem "sass-rails", "~> 6.0" # Sass adapter for the Rails asset pipeline diff --git a/Gemfile.lock b/Gemfile.lock index 0324d0be9..e06552fca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -641,7 +641,7 @@ GEM reverse_markdown (1.4.0) nokogiri rolify (5.2.0) - rouge (3.15.0) + rouge (3.16.0) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -950,7 +950,7 @@ DEPENDENCIES redis-rails (~> 5.0.2) reverse_markdown (~> 1.4) rolify (~> 5.2) - rouge (~> 3.15) + rouge (~> 3.16) rspec-rails (~> 3.9) rspec-retry (~> 0.6) rubocop (~> 0.79)