Skip to content

Commit

Permalink
Update view_component to 2.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates committed Mar 9, 2022
1 parent 34fcdee commit 0d27a1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
govuk-components (2.1.5)
activemodel (>= 6.0)
railties (>= 6.0)
view_component (~> 2.39.0)
view_component (~> 2.49.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -40,14 +40,16 @@ GEM
docile (1.4.0)
erubi (1.10.0)
ffi (1.15.1)
i18n (1.8.10)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.14.4)
nokogiri (1.12.5)
mini_portile2 (2.8.0)
minitest (5.15.0)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.2.0)
Expand All @@ -58,7 +60,7 @@ GEM
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -155,10 +157,10 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
view_component (2.39.0)
view_component (2.49.1)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
zeitwerk (2.4.2)
zeitwerk (2.5.4)

PLATFORMS
ruby
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.39.0"
spec.add_dependency "view_component", "~> 2.49.1"

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

0 comments on commit 0d27a1c

Please sign in to comment.