Skip to content

Commit 04da06a

Browse files
dependabot[bot]srh
authored andcommitted
Bump rouge from 3.30.0 to 4.0.1
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] <[email protected]>
1 parent a63985c commit 04da06a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'jekyll', '~>4.3.1'
44
gem "kramdown", "~> 2.4.0"
55
gem "kramdown-parser-gfm", "~> 1.1.0"
66
gem 'therubyracer', '~>0.12.3'
7-
gem 'rouge', '~> 3.30.0'
7+
gem 'rouge', '~> 4.0.1'
88
gem 'bourbon', '~> 6.0.0'
99
gem 'neat', '~> 3.0.1'
1010
gem 'nokogiri', '~> 1.14.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GEM
6464
ffi (~> 1.0)
6565
ref (2.0.0)
6666
rexml (3.2.5)
67-
rouge (3.30.0)
67+
rouge (4.0.1)
6868
safe_yaml (1.0.5)
6969
sass (3.7.4)
7070
sass-listen (~> 4.0.0)
@@ -93,7 +93,7 @@ DEPENDENCIES
9393
kramdown-parser-gfm (~> 1.1.0)
9494
neat (~> 3.0.1)
9595
nokogiri (~> 1.14.0)
96-
rouge (~> 3.30.0)
96+
rouge (~> 4.0.1)
9797
therubyracer (~> 0.12.3)
9898

9999
BUNDLED WITH

0 commit comments

Comments
 (0)