Skip to content

Commit

Permalink
Merge pull request #433 from samvera-labs/lock_down_dry_types
Browse files Browse the repository at this point in the history
Lock dry-types to < 0.13.0
  • Loading branch information
escowles authored May 8, 2018
2 parents 84c7cce + 79e8271 commit 1afd98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkyrie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'dry-struct'
spec.add_dependency 'draper'
spec.add_dependency 'activemodel'
spec.add_dependency 'dry-types'
spec.add_dependency 'dry-types', '~> 0.12.0'
spec.add_dependency 'rdf'
spec.add_dependency 'active-fedora'
spec.add_dependency 'activesupport'
Expand Down

0 comments on commit 1afd98d

Please sign in to comment.