Bump rouge from 3.28.0 to 3.29.0 (#17804)
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.28.0 to 3.29.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.28.0...v3.29.0) --- updated-dependencies: - dependency-name: rouge dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bdcf725290
commit
34b37988e7
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
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.28" # A pure-ruby code highlighter
|
||||
gem "rouge", "~> 3.29" # 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
|
||||
|
|
|
|||
|
|
@ -706,7 +706,7 @@ GEM
|
|||
rexml (3.2.5)
|
||||
rice (4.0.4)
|
||||
rolify (6.0.0)
|
||||
rouge (3.28.0)
|
||||
rouge (3.29.0)
|
||||
rpush (7.0.1)
|
||||
activesupport (>= 5.2)
|
||||
jwt (>= 1.5.6)
|
||||
|
|
@ -1060,7 +1060,7 @@ DEPENDENCIES
|
|||
request_store (~> 1.5)
|
||||
reverse_markdown (~> 2.1)
|
||||
rolify (~> 6.0)
|
||||
rouge (~> 3.28)
|
||||
rouge (~> 3.29)
|
||||
rpush (~> 7.0)
|
||||
rpush-redis (~> 1.1)
|
||||
rspec-rails (~> 5.1)
|
||||
|
|
|
|||
BIN
vendor/cache/rouge-3.28.0.gem
vendored
BIN
vendor/cache/rouge-3.28.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rouge-3.29.0.gem
vendored
Normal file
BIN
vendor/cache/rouge-3.29.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue