Skip to content

Commit

Permalink
Merge pull request #1218 from ministryofjustice/s-and-r-cya-fix
Browse files Browse the repository at this point in the history
Bumpe metadata presenter to 3.0.12
  • Loading branch information
StevenLeighton21 authored Jul 6, 2023
2 parents 5fc3556 + d29bd76 commit 0ae2c83
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ gem 'jwt'
gem 'fb-jwt-auth', '0.10.0'
# gem 'metadata_presenter',
# github: 'ministryofjustice/fb-metadata-presenter',
# branch: 'add-submission-complete-page'
# branch: 's-and-r-cya-fix'
# gem 'metadata_presenter', path: '../fb-metadata-presenter'
gem 'metadata_presenter', '3.0.11'
gem 'metadata_presenter', '3.0.12'

gem 'prometheus-client', '~> 2.1.0'
gem 'puma', '~> 6.1'
Expand Down
37 changes: 19 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,20 @@ GEM
ansi (1.5.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.768.0)
aws-sdk-core (3.173.0)
aws-partitions (1.783.0)
aws-sdk-core (3.176.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.64.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (1.69.0)
aws-sdk-core (~> 3, >= 3.176.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.122.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-s3 (1.127.0)
aws-sdk-core (~> 3, >= 3.176.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.2)
aws-sigv4 (~> 1.6)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
bindex (0.8.1)
bootsnap (1.16.0)
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
nokogiri (~> 1.12)
rinku (~> 2.0)
sanitize (~> 6)
govuk_app_config (8.1.0)
govuk_app_config (9.0.1)
logstasher (~> 2.1)
opentelemetry-exporter-otlp (~> 0.25.0)
opentelemetry-instrumentation-all (~> 0.39.1)
Expand All @@ -178,7 +178,7 @@ GEM
govuk_personalisation (0.13.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (35.9.0)
govuk_publishing_components (35.10.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand All @@ -196,7 +196,7 @@ GEM
json (2.6.3)
json-schema (2.8.1)
addressable (>= 2.4)
jwt (2.7.0)
jwt (2.7.1)
kramdown (2.4.0)
rexml
listen (3.8.0)
Expand All @@ -215,7 +215,7 @@ GEM
net-smtp
marcel (1.0.2)
matrix (0.4.2)
metadata_presenter (3.0.11)
metadata_presenter (3.0.12)
govspeak (~> 7.1)
govuk_design_system_formbuilder (>= 2.1.5)
json-schema (= 2.8.1)
Expand All @@ -240,7 +240,7 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.2)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
opentelemetry-api (1.1.0)
Expand Down Expand Up @@ -434,14 +434,15 @@ GEM
opentelemetry-semantic_conventions (1.10.0)
opentelemetry-api (~> 1.0)
parallel (1.23.0)
parser (3.2.2.1)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
plek (5.0.0)
prometheus-client (2.1.0)
prometheus_exporter (2.0.8)
webrick
public_suffix (5.0.1)
puma (6.2.2)
puma (6.3.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
Expand Down Expand Up @@ -508,7 +509,7 @@ GEM
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rspec-support (3.12.1)
rubocop (1.35.0)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -570,7 +571,7 @@ GEM
addressable (~> 2.8)
capybara (~> 3.27)
site_prism-all_there (~> 2.0)
site_prism-all_there (2.0)
site_prism-all_there (2.0.1)
spring (4.1.1)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -629,7 +630,7 @@ DEPENDENCIES
fb-jwt-auth (= 0.10.0)
jwt
listen (~> 3.8)
metadata_presenter (= 3.0.11)
metadata_presenter (= 3.0.12)
prometheus-client (~> 2.1.0)
puma (~> 6.1)
rails (= 7.0.5)
Expand Down

0 comments on commit 0ae2c83

Please sign in to comment.