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 901ee62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -14,8 +14,8 @@ GIT
PATH
remote: .
specs:
et_gds_design_system (6.0.0)
govuk_design_system_formbuilder (= 5.3.0)
et_gds_design_system (6.0.1)
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
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
2 changes: 1 addition & 1 deletion lib/et_gds_design_system/version.rb
@@ -1,3 +1,3 @@
module EtGdsDesignSystem
VERSION = '6.0.0'
VERSION = '6.0.1'
end

0 comments on commit 901ee62

Please sign in to comment.