Skip to content

Commit

Permalink
Bump CC version to 1.7.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Nov 16, 2016
1 parent be1d854 commit e2a0aa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spec/test_app_templates/Gemfile.extra
@@ -1,6 +1,5 @@
# Use this file to reference specific commits of gems.
gem 'flipflop', git: 'https://github.com/jcoyne/flipflop.git', branch: 'hydra'
gem 'curation_concerns', git: 'https://github.com/projecthydra/curation_concerns.git', branch: 'master'

group :development do
gem 'better_errors'
Expand Down
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.alpha'
spec.add_dependency 'curation_concerns', '~> 1.7.0.beta1'
# 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 e2a0aa6

Please sign in to comment.