Skip to content

Commit

Permalink
Removed obsolete datasources from datasources.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesnottabs committed Aug 16, 2023
1 parent 9166349 commit 3148ced
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 554 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem 'hashie', '~> 3.4', '>= 3.4.4'
gem 'register_common', git: 'https://github.com/openownership/register-common.git'
gem 'register_sources_oc', git: 'https://github.com/openownership/register-sources-oc.git'
gem 'register_sources_psc', git: 'https://github.com/openownership/register-sources-psc.git'
gem 'register_sources_bods', git: 'https://github.com/openownership/register-sources-bods.git', branch: 'register-fixes'
gem 'register_sources_bods', git: 'https://github.com/openownership/register-sources-bods.git'
gem 'register_sources_sk', git: 'https://github.com/openownership/register-sources-sk.git'
gem 'register_sources_dk', git: 'https://github.com/openownership/register-sources-dk.git'

Expand Down
32 changes: 30 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GIT

GIT
remote: https://github.com/openownership/register-sources-bods.git
revision: 9952fbb644b870ecb13899e03bb130762526bf6a
revision: 9fc7ec354ac58480556d0a44d581e9bffd4886a5
specs:
register_sources_bods (0.1.0)
activesupport (>= 6, < 8)
Expand All @@ -30,6 +30,19 @@ GIT
iso8601
xxhash

GIT
remote: https://github.com/openownership/register-sources-dk.git
revision: b97deb65255d825e11c94108785744936f3abec6
specs:
register_sources_dk (0.1.0)
activesupport (>= 6, < 8)
countries (~> 4.0.1)
dry-struct (>= 1, < 2)
dry-types (>= 1, < 2)
elasticsearch (>= 7.10, < 8)
iso8601
xxhash

GIT
remote: https://github.com/openownership/register-sources-oc.git
revision: 04ef5f2991164717d90f9f0499d082c296335e89
Expand All @@ -50,7 +63,7 @@ GIT

GIT
remote: https://github.com/openownership/register-sources-psc.git
revision: 7dcd200bddca4c99497d0676a9fd5bcacf807939
revision: c9755e8e37bc095b2e580c2c14f9d65c5f33f5cc
specs:
register_sources_psc (0.1.0)
activesupport (>= 6, < 8)
Expand All @@ -61,6 +74,19 @@ GIT
iso8601
xxhash

GIT
remote: https://github.com/openownership/register-sources-sk.git
revision: b96fbdaa1d9bb7103271b616fa1ba74582b44fe4
specs:
register_sources_sk (0.1.0)
activesupport (>= 6, < 8)
countries (~> 4.0.1)
dry-struct (>= 1, < 2)
dry-types (>= 1, < 2)
elasticsearch (>= 7.10, < 8)
iso8601
xxhash

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -566,8 +592,10 @@ DEPENDENCIES
redcarpet (~> 3.5)
register_common!
register_sources_bods!
register_sources_dk!
register_sources_oc!
register_sources_psc!
register_sources_sk!
rexml (~> 3.2)
roadie-rails (~> 2.3)
rollbar (~> 3.3)
Expand Down
Loading

0 comments on commit 3148ced

Please sign in to comment.