Skip to content

Commit

Permalink
Bump rouge from 3.30.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.30.0 to 4.0.1.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v3.30.0...v4.0.1)

---
updated-dependencies:
- dependency-name: rouge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and srh committed Jan 17, 2023
1 parent a63985c commit 04da06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'jekyll', '~>4.3.1'
gem "kramdown", "~> 2.4.0"
gem "kramdown-parser-gfm", "~> 1.1.0"
gem 'therubyracer', '~>0.12.3'
gem 'rouge', '~> 3.30.0'
gem 'rouge', '~> 4.0.1'
gem 'bourbon', '~> 6.0.0'
gem 'neat', '~> 3.0.1'
gem 'nokogiri', '~> 1.14.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
ffi (~> 1.0)
ref (2.0.0)
rexml (3.2.5)
rouge (3.30.0)
rouge (4.0.1)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -93,7 +93,7 @@ DEPENDENCIES
kramdown-parser-gfm (~> 1.1.0)
neat (~> 3.0.1)
nokogiri (~> 1.14.0)
rouge (~> 3.30.0)
rouge (~> 4.0.1)
therubyracer (~> 0.12.3)

BUNDLED WITH
Expand Down

0 comments on commit 04da06a

Please sign in to comment.