Skip to content

Commit

Permalink
Upgrade minimum version of ViewComponent to 3.17
Browse files Browse the repository at this point in the history
This brings us firmly into Rails 8 territory, without the bump upgrades
are blocked due to conflicting requirements.
  • Loading branch information
peteryates committed Nov 9, 2024
1 parent 2ec2551 commit 0f14640
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.21")
spec.add_dependency("view_component", ">= 3.18", "< 3.21")

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

0 comments on commit 0f14640

Please sign in to comment.