-
Notifications
You must be signed in to change notification settings - Fork 15
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 #131
Comments
#135 (comment) must be addressed before this can be completed. |
|
Unfortunately, supporting Rails 6.0.z releases may well require that support for Ruby 2.5.z is dropped. Bundler could not find compatible versions for gem "nokogiri":
In Gemfile:
rails (~> 6.0.0) was resolved to 6.0.4.7, which depends on
actiontext (= 6.0.4.7) was resolved to 6.0.4.7, which depends on
nokogiri (>= 1.8.5)
ldp was resolved to 1.0.3, which depends on
nokogiri (< 1.13, >= 1.12.5) Trying to upgrade |
ced442e starts to finally advance this towards a better resolution. I am afraid that I needed to either replace the |
https://github.com/samvera/ldp/compare/allow-ruby-3.0?expand=1 only has 5 integration tests failing for this solution. |
I have discovered a few new bugs with this, but this has required me to test against a containerized deployment of fcrepo4: https://github.com/samvera/ldp/compare/allow-ruby-3.0-wip?expand=1 There are some outlying |
b84e860 has this passing within my local development, however I still need to ensure that |
Deprecated with samvera/maintenance#164 |
Derived from samvera/maintenance#77
The text was updated successfully, but these errors were encountered: