diff --git a/Gemfile b/Gemfile index 1807a5296..9ee7b436a 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'rails_translation_manager', '~> 0.1.0' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' -gem 'gds-api-adapters', '~> 57.0' +gem 'gds-api-adapters', '~> 57.1' gem 'govuk_ab_testing', '~> 2.4' gem 'govuk_app_config', '~> 1.11' gem 'govuk_frontend_toolkit', '~> 8.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index d202fc842..c8c14c312 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) anemone (0.7.2) nokogiri (>= 1.3.0) @@ -95,7 +95,7 @@ GEM faraday (0.15.4) multipart-post (>= 1.2, < 3) ffi (1.9.25) - gds-api-adapters (57.0.0) + gds-api-adapters (57.1.0) addressable link_header null_logger @@ -365,7 +365,7 @@ DEPENDENCIES chromedriver-helper dalli faker - gds-api-adapters (~> 57.0) + gds-api-adapters (~> 57.1) govuk-lint govuk_ab_testing (~> 2.4) govuk_app_config (~> 1.11)