diff --git a/Gemfile b/Gemfile index e65bd3e55..60504a63d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby File.read(".ruby-version").strip gem "asset_bom_removal-rails", "~> 1.0" gem "dalli" -gem "gds-api-adapters", "~> 61.1" +gem "gds-api-adapters", "~> 62.0" gem "govuk_ab_testing", "~> 2.4" gem "govuk_app_config", "~> 2.0" gem "govuk_publishing_components", "~> 21.13.3" diff --git a/Gemfile.lock b/Gemfile.lock index 2009bc607..f833f08d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM faraday (0.17.1) multipart-post (>= 1.2, < 3) ffi (1.11.3) - gds-api-adapters (61.1.0) + gds-api-adapters (62.0.0) addressable link_header null_logger @@ -359,7 +359,7 @@ DEPENDENCIES capybara dalli faker - gds-api-adapters (~> 61.1) + gds-api-adapters (~> 62.0) govuk_ab_testing (~> 2.4) govuk_app_config (~> 2.0) govuk_publishing_components (~> 21.13.3)