Skip to content

Commit

Permalink
(RST-6337) Updated govuk formbuilder to 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
garytaylor committed Apr 30, 2024
1 parent d49f650 commit c47109b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PATH
remote: .
specs:
et_gds_design_system (6.0.0)
govuk_design_system_formbuilder (= 5.3.0)
govuk_design_system_formbuilder (~> 5.3.0)
rack
rails (>= 6.0)
typhoeus (~> 1.4)
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
govuk_design_system_formbuilder (5.3.0)
govuk_design_system_formbuilder (5.3.3)
actionview (>= 6.1)
activemodel (>= 6.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
mutex_m (0.2.0)
net-imap (0.4.10)
Expand All @@ -178,7 +178,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.16.3)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
psych (5.1.2)
Expand Down
2 changes: 1 addition & 1 deletion et_gds_design_system.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']

spec.add_dependency 'govuk_design_system_formbuilder', '5.3.0'
spec.add_dependency 'govuk_design_system_formbuilder', '~> 5.3.0'
spec.add_dependency 'rails', '>= 6.0'
spec.add_dependency 'typhoeus', '~> 1.4'
spec.add_dependency 'webpacker', '~> 5.0'
Expand Down

0 comments on commit c47109b

Please sign in to comment.