Browse Source

Point back at rubygems

pull/29/head
baarkerlounger 4 years ago
parent
commit
446a3bf11d
  1. 2
      Gemfile
  2. 18
      Gemfile.lock

2
Gemfile

@ -19,7 +19,7 @@ gem "jbuilder", "~> 2.7"
gem "bootsnap", ">= 1.4.4", require: false gem "bootsnap", ">= 1.4.4", require: false
# Gov.UK frontend components # Gov.UK frontend components
gem "govuk-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" gem "hotwire-rails"
group :development, :test do group :development, :test do

18
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 GIT
remote: https://github.com/rspec/rspec-core.git remote: https://github.com/rspec/rspec-core.git
revision: 053fcfeb6b0b6627edf7261737553a6f7df8cc14 revision: 053fcfeb6b0b6627edf7261737553a6f7df8cc14
@ -158,6 +147,11 @@ GEM
activemodel (>= 6.0) activemodel (>= 6.0)
railties (>= 6.0) railties (>= 6.0)
view_component (~> 2.39.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) hotwire-rails (0.1.3)
rails (>= 6.0.0) rails (>= 6.0.0)
stimulus-rails stimulus-rails
@ -340,7 +334,7 @@ DEPENDENCIES
dotenv-rails dotenv-rails
factory_bot_rails factory_bot_rails
govuk-components govuk-components
govuk_design_system_formbuilder! govuk_design_system_formbuilder
hotwire-rails hotwire-rails
jbuilder (~> 2.7) jbuilder (~> 2.7)
listen (~> 3.3) listen (~> 3.3)

Loading…
Cancel
Save