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

Support Ruby 3.0 releases #234

Closed
jrgriffiniii opened this issue Nov 29, 2021 · 2 comments · Fixed by #248
Closed

Support Ruby 3.0 releases #234

jrgriffiniii opened this issue Nov 29, 2021 · 2 comments · Fixed by #248
Assignees

Comments

@jrgriffiniii
Copy link
Contributor

Derived from samvera/maintenance#77

@jrgriffiniii
Copy link
Contributor Author

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'

@jrgriffiniii
Copy link
Contributor Author

https://github.com/samvera/hydra-derivatives/tree/upgrade-ruby3.0 sees the introduction of lando in order to enable testing within the local development environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants