Skip to content

Commit

Permalink
Add an explicit dependency on dry-struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jan 29, 2019
1 parent 304328f commit 9615404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkyrie.gemspec
Expand Up @@ -19,10 +19,10 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'dry-struct'
spec.add_dependency 'draper'
spec.add_dependency 'activemodel'
spec.add_dependency 'dry-types', '~> 0.12.0'
spec.add_dependency 'dry-struct', '~> 0.4.0'
spec.add_dependency 'rdf'
spec.add_dependency 'active-fedora'
spec.add_dependency 'activesupport'
Expand Down

0 comments on commit 9615404

Please sign in to comment.