Skip to content

Commit

Permalink
Merge pull request #938 from alphagov/dependabot/bundler/govuk_publis…
Browse files Browse the repository at this point in the history
…hing_components-9.2.3

Bump govuk_publishing_components from 9.2.1 to 9.2.3
  • Loading branch information
andysellick authored Jun 15, 2018
2 parents fc0f75c + 91d6602 commit 13dd672
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'gds-api-adapters', '~> 52.6'
gem 'govuk_ab_testing', '~> 2.4'
gem 'govuk_app_config', '~> 1.5'
gem 'govuk_frontend_toolkit', '~> 7.4'
gem 'govuk_publishing_components', '~> 9.2.1'
gem 'govuk_publishing_components', '~> 9.2.3'
gem 'plek', '~> 2.1'
gem 'slimmer', '~> 12.1'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
govuk_frontend_toolkit (7.5.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
govuk_publishing_components (9.2.1)
govuk_publishing_components (9.2.3)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -300,7 +300,7 @@ GEM
selenium-webdriver (3.11.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
sentry-raven (2.7.3)
sentry-raven (2.7.4)
faraday (>= 0.7.6, < 1.0)
slimmer (12.1.0)
activesupport
Expand Down Expand Up @@ -368,7 +368,7 @@ DEPENDENCIES
govuk_ab_testing (~> 2.4)
govuk_app_config (~> 1.5)
govuk_frontend_toolkit (~> 7.4)
govuk_publishing_components (~> 9.2.1)
govuk_publishing_components (~> 9.2.3)
govuk_schemas (~> 3.1)
htmlentities (~> 4.3)
jasmine-rails
Expand Down
4 changes: 2 additions & 2 deletions app/presenters/content_item/shareable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ def share_links
[
{
href: facebook_share_url,
text: 'Facebook',
text: '<span class="visually-hidden">Share on </span>Facebook'.html_safe,
icon: 'facebook'
},
{
href: twitter_share_url,
text: 'Twitter',
text: '<span class="visually-hidden">Share on </span>Twitter'.html_safe,
icon: 'twitter'
}
]
Expand Down

0 comments on commit 13dd672

Please sign in to comment.