-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support Ruby 3.0 releases #234
Comments
18 tasks
There is currently a cascade of breaking errors with the following backtrace: ArgumentError:
wrong number of arguments (given 1, expected 0)
./vendor/bundle/ruby/3.0.0/gems/rdf-3.2.9/lib/rdf/model/graph.rb:106:in `initialize'
./vendor/bundle/ruby/3.0.0/bundler/gems/ActiveTriples-8237ba064c20/lib/active_triples/rdf_source.rb:127:in `new'
./vendor/bundle/ruby/3.0.0/bundler/gems/ActiveTriples-8237ba064c20/lib/active_triples/rdf_source.rb:127:in `initialize'
./vendor/bundle/ruby/3.0.0/bundler/gems/active_fedora-5c00fa3b9e8a/lib/active_fedora/ldp_resource.rb:27:in `new'
./vendor/bundle/ruby/3.0.0/bundler/gems/active_fedora-5c00fa3b9e8a/lib/active_fedora/ldp_resource.rb:27:in `response_as_graph'
./vendor/bundle/ruby/3.0.0/gems/ldp-1.1.0/lib/ldp/resource/rdf_source.rb:61:in `response_graph'
./vendor/bundle/ruby/3.0.0/gems/ldp-1.1.0/lib/ldp/resource/rdf_source.rb:36:in `graph'
./vendor/bundle/ruby/3.0.0/bundler/gems/active_fedora-5c00fa3b9e8a/lib/active_fedora/with_metadata/metadata_node.rb:16:in `initialize' |
https://github.com/samvera/hydra-derivatives/tree/upgrade-ruby3.0 sees the introduction of |
jrgriffiniii
moved this from Backlog
to Review Requested
in Samvera Component Maintenance
Jan 25, 2023
github-project-automation
bot
moved this from Review Requested
to Done
in Samvera Component Maintenance
Jan 25, 2023
github-project-automation
bot
moved this from Ready for Review
to Done
in hydra-derivatives
Jan 25, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Derived from samvera/maintenance#77
The text was updated successfully, but these errors were encountered: