Skip to content

Commit aaa2434

Browse files
Update rouge requirement from ~> 3.1 to ~> 4.1
Updates the requirements on [rouge](https://github.com/rouge-ruby/rouge) to permit the latest version. - [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.1.0...v4.1.2) --- updated-dependencies: - dependency-name: rouge dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63cbcfd commit aaa2434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ group :test do
3838
gem "nokogiri", "~> 1.13"
3939

4040
gem "minitest-focus", "~> 1.1"
41-
gem "rouge", "~> 3.1", require: false
41+
gem "rouge", "~> 4.1", require: false
4242
end

0 commit comments

Comments
 (0)