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

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 23, 2016
1 parent 0bb4fcc commit 929a582
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dor-services.gemspec
Expand Up @@ -25,7 +25,6 @@ Gem::Specification.new do |s|
s.add_dependency 'nokogiri', '~> 1.6'
s.add_dependency 'nokogiri-pretty', '~> 0.1'
s.add_dependency 'om', '~> 3.0'
s.add_dependency 'progressbar', '~> 0.21'
s.add_dependency 'rdf', '~> 1.1.7' # 1.0.10 breaks
s.add_dependency 'rest-client', '~> 1.7'
s.add_dependency 'rsolr-ext', '~> 1.0.3'
Expand All @@ -36,7 +35,6 @@ Gem::Specification.new do |s|
s.add_dependency 'systemu', '~> 2.6'
s.add_dependency 'uuidtools', '~> 2.1.4'
# s.add_dependency 'validatable', '~> 1.6.7'
s.add_dependency 'osullivan', '~> 0.0.3'
s.add_dependency 'retries'

# Stanford dependencies
Expand All @@ -52,7 +50,6 @@ Gem::Specification.new do |s|
# It will not add these as dependencies if you require dor-services for other projects
s.add_development_dependency 'coveralls'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'haml', '~> 4.0'
s.add_development_dependency 'jhove-service', '~> 1.0.1'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 929a582

Please sign in to comment.