Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update govuk_personalisation #1617

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "rails", "7.0.8"
gem "bootsnap", require: false
gem "gds-api-adapters"
gem "govuk_app_config"
gem "govuk_personalisation"
gem "govuk_personalisation", git: "https://github.com/alphagov/govuk_personalisation.git", branch: "update-di-urls"
gem "govuk_publishing_components"
gem "jwt"
gem "plek"
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/alphagov/govuk_personalisation.git
revision: 9ced05b9fe40492a9109774fe3027f7fdaa41856
branch: update-di-urls
specs:
govuk_personalisation (0.14.0)
plek (>= 1.9.0)
rails (>= 6, < 8)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -125,9 +134,6 @@ GEM
sentry-rails (~> 5.3)
sentry-ruby (~> 5.3)
statsd-ruby (~> 1.5)
govuk_personalisation (0.14.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (35.15.3)
govuk_app_config
govuk_personalisation (>= 0.7.0)
Expand Down Expand Up @@ -593,7 +599,7 @@ DEPENDENCIES
climate_control
gds-api-adapters
govuk_app_config
govuk_personalisation
govuk_personalisation!
govuk_publishing_components
govuk_schemas
govuk_test
Expand Down