Skip to content

Commit

Permalink
Merge pull request #632 from ministryofjustice/dependabot/bundler/met…
Browse files Browse the repository at this point in the history
…adata_presenter-3.2.0

Bump metadata_presenter from 3.1.0 to 3.2.0
  • Loading branch information
njseeto authored Jul 28, 2023
2 parents 52f7566 + 3829d31 commit 8c1635e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.1'
gem 'metadata_presenter', '~> 3.2'
gem 'pg', '>= 0.18', '< 2.0'
gem 'prometheus-client', '~> 2.1.0'
gem 'puma', '~> 6.3'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,23 +120,23 @@ GEM
sentry-rails (~> 5.3)
sentry-ruby (~> 5.3)
statsd-ruby (~> 1.5)
govuk_design_system_formbuilder (4.1.0)
govuk_design_system_formbuilder (4.1.1)
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.12.0)
govuk_publishing_components (35.13.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
plek
rails (>= 6)
rouge
sprockets (>= 3)
html-attributes-utils (1.0.1)
html-attributes-utils (1.0.2)
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.1.0)
metadata_presenter (3.2.0)
govspeak (~> 7.1)
govuk_design_system_formbuilder (>= 2.1.5)
json-schema (= 2.8.1)
Expand All @@ -189,11 +189,11 @@ GEM
sprockets-rails
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
minitest (5.18.1)
mini_portile2 (2.8.4)
minitest (5.19.0)
msgpack (1.7.1)
multi_xml (0.6.0)
net-imap (0.3.6)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -450,7 +450,7 @@ GEM
regexp_parser (2.8.1)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.5)
rexml (3.2.6)
rinku (2.0.6)
rouge (4.1.2)
rspec-core (3.12.2)
Expand Down Expand Up @@ -545,10 +545,10 @@ GEM
tzinfo (>= 1.0.0)
unicode-display_width (2.4.2)
webrick (1.8.1)
websocket-driver (0.7.5)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.8)
zeitwerk (2.6.9)

PLATFORMS
ruby
Expand All @@ -562,7 +562,7 @@ DEPENDENCIES
fb-jwt-auth (~> 0.10.0)
httparty
kaminari
metadata_presenter (~> 3.1)
metadata_presenter (~> 3.2)
pg (>= 0.18, < 2.0)
prometheus-client (~> 2.1.0)
puma (~> 6.3)
Expand Down

0 comments on commit 8c1635e

Please sign in to comment.