Skip to content

Commit

Permalink
Update govuk_publishing_gem
Browse files Browse the repository at this point in the history
Fixes some issues around examples that have blocked some people recently
  • Loading branch information
NickColley committed Nov 14, 2017
1 parent 9a5c21a commit 7d30f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'sass-rails', "5.0.6"
gem 'asset_bom_removal-rails', '~> 1.0.0'
gem 'nokogiri', "~> 1.7"
gem 'redis', "~> 3.3.3"
gem 'govuk_publishing_components', '~> 1.10.0', require: false
gem 'govuk_publishing_components', '~> 1.12.1', require: false
gem 'govuk_app_config', '~> 0.3.0'

group :development do
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ GEM
rest-client (~> 2.0)
globalid (0.4.0)
activesupport (>= 4.2.0)
govspeak (5.0.3)
govspeak (5.1.0)
actionview (>= 4.1, < 6)
addressable (>= 2.3.8, < 3)
commander (~> 4.4)
htmlentities (~> 4)
i18n (~> 0.7)
kramdown (~> 1.12.0)
kramdown (~> 1.15.0)
money (~> 6.7)
nokogiri (~> 1.5)
sanitize (~> 2.1.0)
Expand All @@ -109,7 +109,7 @@ GEM
govuk_frontend_toolkit (7.2.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
govuk_publishing_components (1.10.0)
govuk_publishing_components (1.12.1)
govspeak (>= 5.0.3)
govuk_frontend_toolkit
rails (>= 5.0.0.1)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
json-schema (2.5.2)
addressable (~> 2.3.8)
kgio (2.10.0)
kramdown (1.12.0)
kramdown (1.15.0)
link_header (0.0.8)
logstash-event (1.1.5)
logstasher (0.4.8)
Expand All @@ -166,8 +166,8 @@ GEM
rake
mocha (1.1.0)
metaclass (~> 0.0.1)
money (6.9.0)
i18n (>= 0.6.4, < 0.9)
money (6.10.0)
i18n (>= 0.6.4, < 1.0)
multipart-post (2.0.0)
netrc (0.11.0)
nio4r (2.1.0)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rouge (2.2.1)
rouge (3.0.0)
rubocop (0.35.1)
astrolabe (~> 1.3)
parser (>= 2.2.3.0, < 3.0)
Expand Down Expand Up @@ -315,7 +315,7 @@ DEPENDENCIES
govuk-lint (~> 0.6.0)
govuk_app_config (~> 0.3.0)
govuk_frontend_toolkit (~> 7.2.0)
govuk_publishing_components (~> 1.10.0)
govuk_publishing_components (~> 1.12.1)
govuk_template (= 0.23.0)
image_optim (= 0.17.1)
jasmine-rails (~> 0.14.1)
Expand Down

0 comments on commit 7d30f5a

Please sign in to comment.