Skip to content

Commit

Permalink
TEMP - update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Nov 6, 2023
1 parent 4c6cf94 commit 0d1286e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "bootsnap", require: false
gem "gds-api-adapters"
gem "govuk_app_config"
gem "govuk_personalisation"
gem "govuk_publishing_components"
gem "govuk_publishing_components", git: "https://github.com/alphagov/govuk_publishing_components.git", branch: "one-login-header"
gem "nokogiri"
gem "plek"
gem "redis"
Expand Down
24 changes: 15 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
GIT
remote: https://github.com/alphagov/govuk_publishing_components.git
revision: f15876f295fc96e79fa575496515db7162769d5a
branch: one-login-header
specs:
govuk_publishing_components (35.21.2)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
plek
rails (>= 6)
rouge
sprockets (>= 3)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -143,14 +157,6 @@ GEM
govuk_personalisation (0.15.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (35.21.2)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
plek
rails (>= 6)
rouge
sprockets (>= 3)
govuk_test (4.0.1)
brakeman (>= 5.0.2)
capybara (>= 3.36)
Expand Down Expand Up @@ -594,7 +600,7 @@ DEPENDENCIES
gds-api-adapters
govuk_app_config
govuk_personalisation
govuk_publishing_components
govuk_publishing_components!
govuk_test
listen
minitest
Expand Down

0 comments on commit 0d1286e

Please sign in to comment.