From 446a3bf11d508c610958c9f53533a76b1334fe41 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 5 Oct 2021 12:02:02 +0100 Subject: [PATCH] Point back at rubygems --- Gemfile | 2 +- Gemfile.lock | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 67b62e4ba..f28f6dee0 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "jbuilder", "~> 2.7" gem "bootsnap", ">= 1.4.4", require: false # Gov.UK frontend components gem "govuk-components" -gem "govuk_design_system_formbuilder", git: "https://github.com/DFE-Digital/govuk-formbuilder.git", branch: "whitelist-mergeable-html-attributes" +gem "govuk_design_system_formbuilder" gem "hotwire-rails" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 4305e278d..1e4ad2c71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,3 @@ -GIT - remote: https://github.com/DFE-Digital/govuk-formbuilder.git - revision: 353af59081f0d53cc30d7d91cf86e03dd3cbd1f0 - branch: whitelist-mergeable-html-attributes - specs: - govuk_design_system_formbuilder (2.7.4) - actionview (>= 6.0) - activemodel (>= 6.0) - activesupport (>= 6.0) - deep_merge (~> 1.2.1) - GIT remote: https://github.com/rspec/rspec-core.git revision: 053fcfeb6b0b6627edf7261737553a6f7df8cc14 @@ -158,6 +147,11 @@ GEM activemodel (>= 6.0) railties (>= 6.0) view_component (~> 2.39.0) + govuk_design_system_formbuilder (2.7.5) + actionview (>= 6.0) + activemodel (>= 6.0) + activesupport (>= 6.0) + deep_merge (~> 1.2.1) hotwire-rails (0.1.3) rails (>= 6.0.0) stimulus-rails @@ -340,7 +334,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails govuk-components - govuk_design_system_formbuilder! + govuk_design_system_formbuilder hotwire-rails jbuilder (~> 2.7) listen (~> 3.3)