Skip to content

Commit

Permalink
Revert "Bump gds-api-adapters from 53.2.0 to 54.1.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindew committed Nov 8, 2018
1 parent d16b87b commit e8a8df7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,7 +14,7 @@ gem "simple_form", "~> 4.0.1"
gem "virtus", "~> 1.0.5"
gem "whenever", "~> 0.10.0"

gem 'gds-api-adapters', "~> 54.1"
gem 'gds-api-adapters', "~> 53.2"
gem "gds-sso", "~> 13.6.0"
gem "govspeak", "~> 5.6.0"
gem 'govuk_admin_template', '6.6.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -107,7 +107,7 @@ GEM
ffi (1.9.25)
friendly_id (5.2.3)
activerecord (>= 4.0.0)
gds-api-adapters (54.1.2)
gds-api-adapters (53.2.0)
addressable
link_header
null_logger
Expand Down Expand Up @@ -410,7 +410,7 @@ DEPENDENCIES
factory_bot_rails (~> 4.11)
fakefs (= 0.18.0)
friendly_id (= 5.2.3)
gds-api-adapters (~> 54.1)
gds-api-adapters (~> 53.2)
gds-sso (~> 13.6.0)
govspeak (~> 5.6.0)
govuk-content-schema-test-helpers (= 1.6.1)
Expand Down
2 changes: 1 addition & 1 deletion app/tasks/import_organisations.rb
Expand Up @@ -15,7 +15,7 @@ def call
private

def organisations
base_uri = Plek.new.website_root
base_uri = Plek.new.find('whitehall-admin')
GdsApi::Organisations.new(base_uri).organisations.with_subsequent_pages
end

Expand Down

0 comments on commit e8a8df7

Please sign in to comment.