Bump rouge from 3.5.1 to 3.6.0 (#3479) [ci skip]

Bumps [rouge](https://github.com/jneen/rouge) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/jneen/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jneen/rouge/compare/v3.5.1...v3.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-15 15:48:53 -04:00 committed by Mac Siri
parent ad7e81fce1
commit 8ce4a361c2
2 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ gem "recaptcha", "~> 5.0", require: "recaptcha/rails" # Helpers for the reCAPTCH
gem "redcarpet", "~> 3.4" # A fast, safe and extensible Markdown to (X)HTML parser
gem "reverse_markdown", "~> 1.1" # Map simple html back into markdown
gem "rolify", "~> 5.2" # Very simple Roles library
gem "rouge", "~> 3.5" # A pure-ruby code highlighter
gem "rouge", "~> 3.6" # A pure-ruby code highlighter
gem "rubyzip", "~> 1.2" # 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

View file

@ -617,7 +617,7 @@ GEM
reverse_markdown (1.1.0)
nokogiri
rolify (5.2.0)
rouge (3.5.1)
rouge (3.6.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
@ -923,7 +923,7 @@ DEPENDENCIES
redcarpet (~> 3.4)
reverse_markdown (~> 1.1)
rolify (~> 5.2)
rouge (~> 3.5)
rouge (~> 3.6)
rspec-rails (~> 3.8)
rspec-retry (~> 0.6)
rubocop (~> 0.72)