Skip to content

Commit

Permalink
Pin curation_concerns to 1.7.0.beta1
Browse files Browse the repository at this point in the history
CurationConcerns 1.7.0 causes the build to fail.
  • Loading branch information
jcoyne committed Dec 12, 2016
1 parent 4a47147 commit 0bb3a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sufia.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.version = Sufia::VERSION
spec.license = 'Apache2'

spec.add_dependency 'curation_concerns', '~> 1.7.0.beta1'
spec.add_dependency 'curation_concerns', '1.7.0.beta1' # 1.7.0 breaks the build
# This is not required, but helps bundler resolve a bundle faster:
spec.add_dependency 'hydra-head', '>= 10.1'
spec.add_dependency 'hydra-batch-edit', '~> 2.0'
Expand Down

0 comments on commit 0bb3a9f

Please sign in to comment.