Browse Source

Update govuk-components to v3.1.1

pull/697/head
Paul Robert Lloyd 3 years ago
parent
commit
c13d7ded91
  1. 17
      Gemfile.lock

17
Gemfile.lock

@ -173,11 +173,12 @@ GEM
ffi (1.15.5) ffi (1.15.5)
globalid (1.0.0) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
govuk-components (3.0.6) govuk-components (3.1.1)
actionpack (>= 6.1)
activemodel (>= 6.1) activemodel (>= 6.1)
html-attributes-utils (~> 0.9.0) html-attributes-utils (~> 0.9, >= 0.9.2)
railties (>= 6.1) railties (>= 6.1)
view_component (~> 2.49.1) view_component (~> 2.56.2)
govuk_design_system_formbuilder (3.0.3) govuk_design_system_formbuilder (3.0.3)
actionview (>= 6.1) actionview (>= 6.1)
activemodel (>= 6.1) activemodel (>= 6.1)
@ -187,7 +188,7 @@ GEM
activesupport activesupport
redcarpet redcarpet
hashdiff (1.0.1) hashdiff (1.0.1)
html-attributes-utils (0.9.0) html-attributes-utils (0.9.2)
activesupport (>= 6.1.4.4) activesupport (>= 6.1.4.4)
html_tokenizer (0.0.7) html_tokenizer (0.0.7)
i18n (1.10.0) i18n (1.10.0)
@ -211,7 +212,7 @@ GEM
matrix (0.4.2) matrix (0.4.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.15.0) minitest (5.16.1)
msgpack (1.5.2) msgpack (1.5.2)
net-imap (0.2.3) net-imap (0.2.3)
digest digest
@ -276,8 +277,8 @@ GEM
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rack-mini-profiler (2.3.4) rack-mini-profiler (2.3.4)
rack (>= 1.2.0) rack (>= 1.2.0)
rack-test (1.1.0) rack-test (2.0.0)
rack (>= 1.0, < 3) rack (>= 1.3)
rails (7.0.3) rails (7.0.3)
actioncable (= 7.0.3) actioncable (= 7.0.3)
actionmailbox (= 7.0.3) actionmailbox (= 7.0.3)
@ -401,7 +402,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.49.1) view_component (2.56.2)
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