From acb132da6ffe4b3ccf570ff10dfc0116074aa020 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 3 Dec 2021 13:26:09 +0000 Subject: [PATCH] Gemfile comments --- Gemfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9b9def7d3..deaf820b7 100644 --- a/Gemfile +++ b/Gemfile @@ -15,9 +15,9 @@ gem "puma", "~> 5.0" gem "webpacker", "~> 5.0" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.4", require: false -# Gov.UK frontend components +# GOV UK frontend components gem "govuk-components" -# Gov.UK component form builder DSL +# GOV UK component form builder DSL gem "govuk_design_system_formbuilder" # Turbo & Stimulus gem "hotwire-rails" @@ -34,7 +34,9 @@ gem "json-schema" # Authentication # Point at branch until devise is compatible with Turbo, see https://github.com/heartcombo/devise/pull/5340 gem "devise", github: "ghiculescu/devise", branch: "error-code-422" +# UK postcode parsing and validation gem "uk_postcode" +# Use Ruby objects to build reusable markup. A React inspired evolution of the presenter pattern gem "view_component" group :development, :test do