Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin to ActiveFedora 9.9 #1660

Closed
wants to merge 1 commit into from
Closed

Pin to ActiveFedora 9.9 #1660

wants to merge 1 commit into from

Conversation

hectorcorrea
Copy link
Contributor

Temporary hack to prevent issue with valid_options= in latest version of ActiveFedoraAggregations.

ActionController::RoutingError - undefined method `valid_options=' for ActiveFedora::Orders::AggregationBuilder:Class:

@projecthydra/sufia-code-reviewers

@hectorcorrea
Copy link
Contributor Author

@@ -41,6 +41,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'activerecord-import', '~> 0.5'
spec.add_dependency 'posix-spawn'
spec.add_dependency 'kaminari_route_prefix'
spec.add_dependency 'active-fedora', '= 9.9'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need to pin active-fedora? Couldn't you pin activefedora-aggregations instead?

Or, is it even worth pinning anything? If you're updating dependencies, why would you selectively update sufia and not aggregations?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, pin to ActiveFedora-aggregations 0.9 instead.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.464% when pulling bc23e06 on temporary_fix into 976f350 on master.

@jcoyne
Copy link
Contributor

jcoyne commented Mar 28, 2016

Can we close this now? Master is passing.

@mjgiarlo
Copy link
Member

Closing since it was a temporary hack to get around an error that is no longer occuring. Thanks for reporting this, @hectorcorrea!

@mjgiarlo mjgiarlo closed this Mar 28, 2016
@mjgiarlo mjgiarlo deleted the temporary_fix branch March 28, 2016 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants