Skip to content

Commit

Permalink
Bump minimum govuk_publishing_components version
Browse files Browse the repository at this point in the history
I've based this new minimum requirement on the oldest versions listed in
the GOV.UK dependency management spreadsheet[1] for projects that're
also using Govspeak. It also needed to be >38.4.1 because of
backwards-incompatible changes we've since made to our tests[2]

[1]: https://docs.google.com/spreadsheets/d/137KZhjctJ8qTKYPnq2QNVkyoIC6ok7KA2G1vErNC6Oo/edit?gid=1160366178#gid=1160366178
[2]: be27793
  • Loading branch information
mike3985 committed Jan 24, 2025
1 parent 0319388 commit 35d244a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

* Drop support for Ruby <3.2
* Drop support for govuk_publishing_components <43.0.0

## 9.0.0

Expand Down
2 changes: 1 addition & 1 deletion govspeak.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library for use in the UK Government Single Domain project'

s.add_dependency "actionview", ">= 6", "< 8.0.2"
s.add_dependency "addressable", ">= 2.3.8", "< 2.8.8"
s.add_dependency "govuk_publishing_components", ">= 35.1"
s.add_dependency "govuk_publishing_components", ">= 43"
s.add_dependency "htmlentities", "~> 4"
s.add_dependency "i18n", ">= 0.7", "< 1.14.7"
s.add_dependency "kramdown", ">= 2.3.1", "< 2.5.2"
Expand Down

0 comments on commit 35d244a

Please sign in to comment.