Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Merge a0590ed into 5b662ba
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Apr 25, 2019
2 parents 5b662ba + a0590ed commit 1b4bb34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dor-services.gemspec
Expand Up @@ -29,13 +29,12 @@ Gem::Specification.new do |s|
s.add_dependency 'om', '~> 3.0'
s.add_dependency 'rdf', '~> 1.1', '>= 1.1.7'
s.add_dependency 'rest-client', '>= 1.7', '< 3'
s.add_dependency 'retries', '~> 0.0.5' # used by the release tag service
s.add_dependency 'rsolr', '>= 1.0.3', '< 3'
s.add_dependency 'ruby-cache', '~> 0.3.0'
s.add_dependency 'rubydora', '~> 2.1'
s.add_dependency 'solrizer', '~> 3.0'
s.add_dependency 'systemu', '~> 2.6'
# s.add_dependency 'validatable', '~> 1.6.7'
s.add_dependency 'retries'

# Stanford dependencies
s.add_dependency 'dor-rights-auth', '~> 1.0', '>= 1.2.0'
Expand Down
1 change: 1 addition & 0 deletions lib/dor-services.rb
Expand Up @@ -5,6 +5,7 @@
require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/object/blank'
require 'deprecation'
require 'retries' # Used by Dor::ReleaseTagService

module Dor
extend ActiveSupport::Autoload
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -22,7 +22,6 @@
require 'nokogiri'

require 'support/dor_config'
require 'retries'

WebMock.disable_net_connect!(allow_localhost: true)
Dor.logger.level = :error
Expand Down

0 comments on commit 1b4bb34

Please sign in to comment.