-
Notifications
You must be signed in to change notification settings - Fork 63
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.3 #1470
Comments
49c0f0d finally ensures that An error occurred while loading ./spec/integration/associations_spec.rb.
Failure/Error: fedora_yml = YAML.safe_load(config_erb, [], [], true) # allow YAML aliases
ArgumentError:
wrong number of arguments (given 4, expected 1)
# ./vendor/bundle/gems/psych-4.0.3/lib/psych.rb:323:in `safe_load'
# ./lib/active_fedora/file_configurator.rb:111:in `load_fedora_config' |
For releases of |
The method signature for https://github.com/ruby-rdf/rdf/blob/develop/lib/rdf/model/graph.rb#L106 has changed, and https://github.com/ActiveTriples/ActiveTriples/blob/develop/lib/active_triples/rdf_source.rb#L125 must be updated for this. |
This is also blocked by another release of
|
55ef06e seems to still be blocked until I can port Lando for running the test suites. |
https://github.com/samvera/active_fedora/compare/updating-active-triples?expand=1 advances this with as much labor as I can provide before the next scheduled Developer Congress. |
These brackets should not be present here. |
c53f863 ensures that nodes for ordered list nodes can be resolved from LDP servers. |
4029315 was needed as a starting point for me to understand why |
e629829 is a potential solution, but I am still struggling to understand why this was breaking with a simple Ruby/Rails upgrade. |
49c1203 was needed to address certain cases where duplication was occurring, but this does not seem to correctly address the cases for ordering elsewhere. |
Draft PR: #1489 waiting on ActiveTriples support for ruby 3. |
This is derived from samvera/maintenance#77
The text was updated successfully, but these errors were encountered: