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 gds-api-adapters from 52.8.0 to 53.0.0 #1067

Merged
merged 1 commit into from
Aug 31, 2018
Merged
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 @@ -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', '~> 52.8'
gem 'gds-api-adapters', '~> 53.0'
gem 'govuk_ab_testing', '~> 2.4'
gem 'govuk_app_config', '~> 1.8'
gem 'govuk_frontend_toolkit', '~> 7.6'
Expand Down
8 changes: 2 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
PriorityQueue (0.1.2)
actioncable (5.2.1)
actionpack (= 5.2.1)
nio4r (~> 2.0)
Expand Down Expand Up @@ -93,10 +92,9 @@ GEM
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
gds-api-adapters (52.8.0)
gds-api-adapters (53.0.0)
addressable
link_header
lrucache (~> 0.1.1)
null_logger
plek (>= 1.9.0)
rack-cache
Expand Down Expand Up @@ -167,8 +165,6 @@ GEM
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lrucache (0.1.4)
PriorityQueue (~> 0.1.2)
mail (2.7.0)
mini_mime (>= 0.1.1)
marcel (0.3.2)
Expand Down Expand Up @@ -360,7 +356,7 @@ DEPENDENCIES
chromedriver-helper
dalli
faker
gds-api-adapters (~> 52.8)
gds-api-adapters (~> 53.0)
govuk-lint
govuk_ab_testing (~> 2.4)
govuk_app_config (~> 1.8)
Expand Down