Skip to content

Commit

Permalink
Relax test dependency on Devise
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 9, 2016
1 parent 7b8edbb commit 2c6f0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curation_concerns.gemspec
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'solr_wrapper', '~> 0.13', '>= 0.13.1'
spec.add_development_dependency 'fcrepo_wrapper', '~> 0.1'
spec.add_development_dependency "devise", "~> 3.0"
spec.add_development_dependency 'devise', '>= 3.0', '< 5'
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"
spec.add_development_dependency "engine_cart", "~> 0.9"
Expand Down

0 comments on commit 2c6f0c3

Please sign in to comment.