Skip to content

Commit

Permalink
Update view_component requirement from >= 3.9, < 3.14 to >= 3.9, < 3.15
Browse files Browse the repository at this point in the history
Updates the requirements on [view_component](https://github.com/viewcomponent/view_component) to permit the latest version.
- [Release notes](https://github.com/viewcomponent/view_component/releases)
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md)
- [Commits](ViewComponent/view_component@v3.9.0...v3.14.0)

---
updated-dependencies:
- dependency-name: view_component
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and peteryates committed Sep 5, 2024
1 parent 3239765 commit c557d89
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 @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_dependency("html-attributes-utils", "~> 1.0.0", ">= 1.0.0")
spec.add_dependency("pagy", ">= 6", "< 10")
spec.add_dependency("view_component", ">= 3.9", "< 3.14")
spec.add_dependency("view_component", ">= 3.9", "< 3.15")

spec.add_development_dependency "deep_merge"
spec.add_development_dependency "pry-byebug"
Expand Down

0 comments on commit c557d89

Please sign in to comment.