Skip to content

Commit

Permalink
Merge pull request #106 from sul-dlss/update-dor-services
Browse files Browse the repository at this point in the history
Update dor-services gem to ~> 5.31
  • Loading branch information
SaravShah committed Jun 7, 2018
2 parents 6e31703 + 8daa34e commit 640045d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'net-http-persistent', '~> 2.9'
gem 'marc'

# DLSS/domain-specific dependencies
gem 'dor-services', '~> 5.12'
gem 'dor-services', '~> 5.31'
gem 'lyber-core', '>= 2.0.2'
gem 'workflow-archiver', '~> 2.0'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ DEPENDENCIES
config
coveralls (~> 0.8)
dlss-capistrano
dor-services (~> 5.12)
dor-services (~> 5.31)
equivalent-xml
erubis
fakeweb
Expand Down
4 changes: 4 additions & 0 deletions config/initializers/dor_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
max_sleep_seconds Settings.GOOBI.MAX_SLEEP_SECONDS # max sleep seconds between tries
base_sleep_seconds Settings.GOOBI.BASE_SLEEP_SECONDS # base sleep seconds between tries
end

purl_services do
url Settings.purl_services_url
end
end

Dor::WorkflowArchiver.config.configure do
Expand Down
3 changes: 2 additions & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ SOLRIZER_URL: 'https://solr.example.com/solr/collection'
STATUS_INDEXER_URL: 'https://status.example.com/render/?format=json&other=params'
WORKFLOW_URL: 'https://workflow.example.com/workflow'
SDR_URL: 'http://localhost/sdr'
purl_services_url: ~

CLEANUP:
LOCAL_WORKSPACE_ROOT: '/dor/workspace'
Expand All @@ -80,7 +81,7 @@ RELEASE:
SYMPHONY_PATH: './'
WRITE_MARC_SCRIPT: 'bin/write_marc_record_test'
PURL_BASE_URI : 'http://purl.stanford.edu'

GOOBI:
URL: 'http://localhost:9292'
DPG_WORKFLOW_NAME: 'goobiWF'
Expand Down

0 comments on commit 640045d

Please sign in to comment.