Browse Source

Merge pull request #353 from communitiesuk/bump-view-component

Bump govuk-components gem
pull/354/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
181bc0e4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Gemfile.lock

8
Gemfile.lock

@ -111,7 +111,7 @@ GEM
ruby2_keywords (>= 0.0.2, < 1.0) ruby2_keywords (>= 0.0.2, < 1.0)
ast (2.4.2) ast (2.4.2)
aws-eventstream (1.2.0) aws-eventstream (1.2.0)
aws-partitions (1.559.0) aws-partitions (1.562.0)
aws-sdk-core (3.127.0) aws-sdk-core (3.127.0)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0) aws-partitions (~> 1, >= 1.525.0)
@ -178,10 +178,10 @@ GEM
formtastic_i18n (0.7.0) formtastic_i18n (0.7.0)
globalid (1.0.0) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
govuk-components (3.0.2) govuk-components (3.0.3)
activemodel (>= 6.1) activemodel (>= 6.1)
railties (>= 6.1) railties (>= 6.1)
view_component (~> 2.47.0) view_component (~> 2.49.1)
govuk_design_system_formbuilder (3.0.2) govuk_design_system_formbuilder (3.0.2)
actionview (>= 6.1) actionview (>= 6.1)
activemodel (>= 6.1) activemodel (>= 6.1)
@ -432,7 +432,7 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
uk_postcode (2.1.7) uk_postcode (2.1.7)
unicode-display_width (2.1.0) unicode-display_width (2.1.0)
view_component (2.47.0) view_component (2.49.1)
activesupport (>= 5.0.0, < 8.0) activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0) method_source (~> 1.0)
warden (1.2.9) warden (1.2.9)

Loading…
Cancel
Save