diff --git a/Gemfile b/Gemfile index 54c849f72..4394a28ac 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", "~> 63.0" +gem "gds-api-adapters", "~> 63.1" gem "govuk_ab_testing", "~> 2.4" gem "govuk_app_config", "~> 2.0" gem "govuk_publishing_components", "~> 21.14.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5018c5cfd..189bc42e0 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 (63.0.0) + gds-api-adapters (63.1.0) addressable link_header null_logger @@ -359,7 +359,7 @@ DEPENDENCIES capybara dalli faker - gds-api-adapters (~> 63.0) + gds-api-adapters (~> 63.1) govuk_ab_testing (~> 2.4) govuk_app_config (~> 2.0) govuk_publishing_components (~> 21.14.0)