Skip to content

Commit

Permalink
Bump metadata presenter
Browse files Browse the repository at this point in the history
  • Loading branch information
zheileman committed Apr 22, 2024
1 parent 1f4040b commit 0ba73c5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ workflows:
branches:
only:
- main
- bump-metadata-gem
- deploy_to_test_dev:
context: *moj-forms-context
requires:
Expand Down
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ruby '3.1.3'

# Metadata presenter - if you need to be on development you can uncomment
# one of these lines:
# gem 'metadata_presenter',
# github: 'ministryofjustice/fb-metadata-presenter',
# branch: 'back-link-nil-guard'
gem 'metadata_presenter',
github: 'ministryofjustice/fb-metadata-presenter',
branch: 'cleanup-rails-frameworks'
# gem 'metadata_presenter', path: '../fb-metadata-presenter'
gem 'metadata_presenter', '3.3.32'
# gem 'metadata_presenter', '3.3.32'

gem 'aws-sdk-s3'
gem 'bootsnap', '>= 1.4.2', require: false
Expand Down
28 changes: 17 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
GIT
remote: https://github.com/ministryofjustice/fb-metadata-presenter.git
revision: 8230018abd2ceed252a036ebecf418df83b5437b
branch: cleanup-rails-frameworks
specs:
metadata_presenter (3.3.33)
govspeak (~> 7.1)
govuk_design_system_formbuilder (~> 4.1.1)
json-schema (~> 4.1.1)
kramdown (~> 2.4.0)
rails (~> 7.0.0)
sassc-rails (= 2.1.2)
sprockets
sprockets-rails
uk_postcode

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -222,16 +238,6 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
metadata_presenter (3.3.32)
govspeak (~> 7.1)
govuk_design_system_formbuilder (~> 4.1.1)
json-schema (~> 4.1.1)
kramdown (~> 2.4.0)
rails (~> 7.0.0)
sassc-rails (= 2.1.2)
sprockets
sprockets-rails
uk_postcode
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
Expand Down Expand Up @@ -650,7 +656,7 @@ DEPENDENCIES
fb-jwt-auth (= 0.10.0)
jwt
listen (~> 3.8)
metadata_presenter (= 3.3.32)
metadata_presenter!
prometheus-client (~> 4.2.0)
puma (~> 6.4)
rails (~> 7.0.5)
Expand Down

0 comments on commit 0ba73c5

Please sign in to comment.