Skip to content

Commit

Permalink
Update rouge requirement from ~> 4.4.0 to ~> 4.5.1
Browse files Browse the repository at this point in the history
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@v4.4.0...v4.5.1)

---
updated-dependencies:
- dependency-name: rouge
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent af6c7d2 commit 7f62ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk-components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("htmlbeautifier", "~> 1.4.1")
spec.add_development_dependency("nanoc", "~> 4.11")
spec.add_development_dependency("redcarpet", "~> 3.6.0")
spec.add_development_dependency("rouge", "~> 4.4.0")
spec.add_development_dependency("rouge", "~> 4.5.1")
spec.add_development_dependency("rubypants", "~> 0.7.0")
spec.add_development_dependency("sass")
spec.add_development_dependency("sassc", "~> 2.4.0")
Expand Down

0 comments on commit 7f62ce2

Please sign in to comment.