samvera / hydra-works

A ruby gem implementation of the PCDM Works domain model based on the Samvera software stack
Other
24 stars 14 forks source link

Adding Ruby 2.7.z and Rails 6.y.z releases to the CircleCI build configuration #375

Closed jrgriffiniii closed 3 years ago

jrgriffiniii commented 4 years ago

Resolves #373 and #374

jrgriffiniii commented 4 years ago

I suspect that the the build errors were due to a dependency conflict with bixby and RuboCop.

cjcolvar commented 4 years ago

@jrgriffiniii The dependency issue is that activesupport is restricted to < 6.0 in the gemspec. Upping that to < 6.1 or < 7.0 might work but it might just reveal the other samvera dependencies have the same issue. Looks like you're going to work on this next week so don't feel rushed to do anything before then.

jrgriffiniii commented 4 years ago

https://github.com/samvera/hydra-works/pull/375/commits/12b3bf35c17126f244c17f3e3db89cf08dc82dea#diff-1be913fda154ff735569b8603e55f289R23 seems to be the only dependency blocking this now.

jrgriffiniii commented 4 years ago

This is blocked by https://github.com/samvera/hydra-derivatives/pull/221