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

Bump govuk_publishing_components from 17.21.0 to 24.6.1 #52

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 "fog-aws"
gem "gds-api-adapters"
gem "gds-sso"
gem "govuk_app_config"
gem "govuk_publishing_components", "~> 17" # Content Data uses the accessible autocomplete component which was removed in version 18
gem "govuk_publishing_components", "~> 24" # Content Data uses the accessible autocomplete component which was removed in version 18
gem "govuk_sidekiq"
gem "kaminari"
gem "mail-notify"
Expand Down
38 changes: 12 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.13.1)
ffi (1.15.0)
fog-aws (3.6.6)
fog-core (~> 2.1)
fog-json (~> 1.1)
Expand Down Expand Up @@ -144,19 +144,13 @@ GEM
sentry-raven (~> 3.1.1)
statsd-ruby (~> 1.5.0)
unicorn (>= 5.4, < 5.9)
govuk_frontend_toolkit (8.2.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
govuk_publishing_components (17.21.0)
gds-api-adapters
govuk_publishing_components (24.6.1)
govuk_app_config
govuk_frontend_toolkit
kramdown
plek
rails (>= 5.0.0.1)
rake
rouge
sassc-rails (>= 2.0.1)
sprockets (< 4)
govuk_sidekiq (4.0.0)
gds-api-adapters (>= 19.1.0)
govuk_app_config (>= 1.1)
Expand All @@ -175,7 +169,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.8.8)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
ipaddress (0.8.3)
jwt (2.2.2)
Expand Down Expand Up @@ -211,18 +205,18 @@ GEM
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mime-types-data (3.2021.0225)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
minitest (5.14.4)
msgpack (1.3.3)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
netrc (0.11.0)
nio4r (2.5.4)
nokogiri (1.11.1)
nio4r (2.5.7)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
notifications-ruby-client (5.3.0)
Expand Down Expand Up @@ -289,9 +283,6 @@ GEM
rainbow (3.0.0)
raindrops (0.19.1)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.1.4)
redis-namespace (1.8.0)
redis (>= 3.0.4)
Expand All @@ -304,7 +295,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.4)
rouge (3.23.0)
rouge (3.26.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
Expand Down Expand Up @@ -348,14 +339,9 @@ GEM
rubocop-rspec (1.42.0)
rubocop (>= 0.87.0)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -386,7 +372,7 @@ GEM
spring (2.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (4.0.2)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
Expand Down Expand Up @@ -443,7 +429,7 @@ DEPENDENCIES
gds-api-adapters
gds-sso
govuk_app_config
govuk_publishing_components (~> 17)
govuk_publishing_components (~> 24)
govuk_sidekiq
govuk_test
kaminari
Expand Down