Skip to content

Commit

Permalink
Update to a version of workflow-archiver that doesn't need to talk to…
Browse files Browse the repository at this point in the history
… lyberservices proxy
  • Loading branch information
jcoyne committed Dec 17, 2018
1 parent 3ac3b82 commit 85edcdd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -34,7 +34,7 @@ gem 'marc'
# DLSS/domain-specific dependencies
gem 'dor-services', '~> 6.0'
gem 'lyber-core', '>= 2.0.2'
gem 'workflow-archiver', '~> 2.0'
gem 'workflow-archiver', '~> 3.0'

group :production do
gem 'ruby-oci8'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Expand Up @@ -93,7 +93,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
xpath (~> 3.2)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.4)
config (1.7.0)
activesupport (>= 3.0)
deep_merge (~> 1.2.1)
Expand Down Expand Up @@ -203,7 +203,7 @@ GEM
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.1.1)
i18n (1.2.0)
concurrent-ruby (~> 1.0)
iso-639 (0.2.8)
jaro_winkler (1.5.1)
Expand Down Expand Up @@ -231,7 +231,7 @@ GEM
mime-types-data (3.2018.0812)
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
moab-versioning (4.2.2)
confstruct
Expand All @@ -253,8 +253,8 @@ GEM
net-ssh (5.0.2)
netrc (0.11.0)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.9.0)
mini_portile2 (~> 2.4.0)
nokogiri-happymapper (0.8.0)
nokogiri (~> 1.5)
nom-xml (1.0.0)
Expand Down Expand Up @@ -437,7 +437,7 @@ GEM
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
workflow-archiver (2.0.3)
workflow-archiver (3.0.0)
confstruct
faraday
lyber-core
Expand Down Expand Up @@ -482,7 +482,7 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0.0)
tzinfo-data
webmock
workflow-archiver (~> 2.0)
workflow-archiver (~> 3.0)

BUNDLED WITH
1.17.1
1.17.2

0 comments on commit 85edcdd

Please sign in to comment.