Skip to content

Commit

Permalink
Bump version of metadata presenter to 3.1 to support multi file uploa…
Browse files Browse the repository at this point in the history
…d components
  • Loading branch information
StevenLeighton21 committed Jul 25, 2023
1 parent 1e9389a commit 1050f00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '3.1.3'
gem 'bootsnap', '>= 1.4.2', require: false
gem 'fb-jwt-auth', '~> 0.10.0'
gem 'kaminari'
gem 'metadata_presenter', '~> 3.0'
gem 'metadata_presenter', '~> 3.1'
gem 'pg', '>= 0.18', '< 2.0'
gem 'prometheus-client', '~> 2.1.0'
gem 'puma', '~> 6.3'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
globalid (1.1.0)
activesupport (>= 5.0)
google-protobuf (3.23.4)
googleapis-common-protos-types (1.6.0)
googleapis-common-protos-types (1.7.0)
google-protobuf (~> 3.14)
govspeak (7.1.1)
actionview (>= 6)
Expand All @@ -108,7 +108,7 @@ GEM
nokogiri (~> 1.12)
rinku (~> 2.0)
sanitize (~> 6)
govuk_app_config (9.0.2)
govuk_app_config (9.0.4)
logstasher (~> 2.1)
opentelemetry-exporter-otlp (~> 0.25.0)
opentelemetry-instrumentation-all (~> 0.39.1)
Expand All @@ -120,23 +120,23 @@ GEM
sentry-rails (~> 5.3)
sentry-ruby (~> 5.3)
statsd-ruby (~> 1.5)
govuk_design_system_formbuilder (4.0.0)
govuk_design_system_formbuilder (4.1.0)
actionview (>= 6.1)
activemodel (>= 6.1)
activesupport (>= 6.1)
html-attributes-utils (~> 1)
govuk_personalisation (0.14.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (35.10.0)
govuk_publishing_components (35.12.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
plek
rails (>= 6)
rouge
sprockets (>= 3)
html-attributes-utils (1.0.0)
html-attributes-utils (1.0.1)
activesupport (>= 6.1.4.4)
htmlentities (4.3.4)
httparty (0.21.0)
Expand Down Expand Up @@ -178,7 +178,7 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
metadata_presenter (3.0.13)
metadata_presenter (3.1.0)
govspeak (~> 7.1)
govuk_design_system_formbuilder (>= 2.1.5)
json-schema (= 2.8.1)
Expand Down Expand Up @@ -383,7 +383,7 @@ GEM
opentelemetry-common (~> 0.19.3)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-rack (~> 0.21)
opentelemetry-instrumentation-trilogy (0.56.1)
opentelemetry-instrumentation-trilogy (0.56.2)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-semantic_conventions (>= 1.8.0)
Expand Down Expand Up @@ -562,7 +562,7 @@ DEPENDENCIES
fb-jwt-auth (~> 0.10.0)
httparty
kaminari
metadata_presenter (~> 3.0)
metadata_presenter (~> 3.1)
pg (>= 0.18, < 2.0)
prometheus-client (~> 2.1.0)
puma (~> 6.3)
Expand Down

0 comments on commit 1050f00

Please sign in to comment.