Skip to content

Commit

Permalink
Bump MDP version - fix save and return back link (#1359)
Browse files Browse the repository at this point in the history
* test deploy a fix to save and return back link and nil error
  • Loading branch information
StevenLeighton21 authored Apr 29, 2024
1 parent 904ca84 commit 8789b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ruby '3.1.3'
# one of these lines:
# gem 'metadata_presenter',
# github: 'ministryofjustice/fb-metadata-presenter',
# branch: 'back-link-nil-guard'
# branch: 'save-and-return-back-link'
# gem 'metadata_presenter', path: '../fb-metadata-presenter'
gem 'metadata_presenter', '3.3.34'
gem 'metadata_presenter', '3.3.35'

gem 'aws-sdk-s3'
gem 'bootsnap', '>= 1.4.2', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ GEM
govuk_personalisation (0.16.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (38.0.1)
govuk_publishing_components (38.1.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -222,7 +222,7 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
metadata_presenter (3.3.34)
metadata_presenter (3.3.35)
govspeak (~> 7.1)
govuk_design_system_formbuilder (~> 4.1.1)
json-schema (~> 4.1.1)
Expand Down Expand Up @@ -650,7 +650,7 @@ DEPENDENCIES
fb-jwt-auth (= 0.10.0)
jwt
listen (~> 3.8)
metadata_presenter (= 3.3.34)
metadata_presenter (= 3.3.35)
prometheus-client (~> 4.2.0)
puma (~> 6.4)
rails (~> 7.0.5)
Expand Down

0 comments on commit 8789b8a

Please sign in to comment.