Skip to content

Commit

Permalink
update gemfile to point at branch of gem
Browse files Browse the repository at this point in the history
  • Loading branch information
hannako committed Nov 14, 2022
1 parent b761ca6 commit 6db7a0a
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 @@ -7,7 +7,7 @@ gem "gds-api-adapters"
gem "govuk_ab_testing"
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: 'custom_text_single_page_notification_button'
gem "htmlentities"
gem "plek"
gem "rack_strip_client_ip"
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: 8164902a6bb3194cdfeb1e1e302b4d8260802bc0
branch: custom_text_single_page_notification_button
specs:
govuk_publishing_components (32.0.0)
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 @@ -135,14 +149,6 @@ GEM
govuk_personalisation (0.12.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (32.0.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
plek
rails (>= 6)
rouge
sprockets (>= 3)
govuk_schemas (4.4.1)
json-schema (~> 2.8.0)
govuk_test (3.0.1)
Expand Down Expand Up @@ -401,7 +407,7 @@ DEPENDENCIES
govuk_ab_testing
govuk_app_config
govuk_personalisation
govuk_publishing_components
govuk_publishing_components!
govuk_schemas
govuk_test
htmlentities
Expand Down

0 comments on commit 6db7a0a

Please sign in to comment.