Skip to content

Commit

Permalink
Bump to view_component 2.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates committed Sep 3, 2021
1 parent 726386b commit f1c56f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
govuk-components (2.0.1)
activemodel (>= 6.0)
railties (>= 6.0)
view_component (~> 2.38.0)
view_component (~> 2.39.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
view_component (2.38.0)
view_component (2.39.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
zeitwerk (2.4.2)
Expand Down
2 changes: 1 addition & 1 deletion govuk-components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "activemodel", ">= 6.0"
spec.add_dependency "railties", ">= 6.0"
spec.add_dependency "view_component", "~> 2.38.0"
spec.add_dependency "view_component", "~> 2.39.0"

spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "rspec-html-matchers", "~> 0.9"
Expand Down

0 comments on commit f1c56f4

Please sign in to comment.