You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the minimum version of ruby and rails that hydra-head can support and update gemspec files appropriately. This should be done before releasing 11.0.0.
Rationale
hydra-head, hydra-core, and hydra-access-controls all claim to work with ruby 1.9.3 but I kind of doubt this is the case. Any version of ruby prior to 2.3 is end of life so hydra-head may want to declare a minimum of ruby 2.3.
Similarly hydra-head claims rails '>= 3.2.6' where hydra-core and hydra-access-controls both require activesupport greater than 4 and less than 6. Any version of rails prior to 4.2 is end of life.
The text was updated successfully, but these errors were encountered:
It looks to me like actual present support might be
Ruby 2.2+
Rails 5.0+
With a small effort, I can't get a working build on Ruby 2.1 or Rails 4.x.
I'd propose to update documentation, release one last 10.x without changing declared support, and then limit to what we actually want to support (e.g. Ruby 2.3+, Rails 5.0.7+) and release 11.0.0.
Descriptive summary
Find the minimum version of ruby and rails that hydra-head can support and update gemspec files appropriately. This should be done before releasing 11.0.0.
Rationale
hydra-head, hydra-core, and hydra-access-controls all claim to work with ruby 1.9.3 but I kind of doubt this is the case. Any version of ruby prior to 2.3 is end of life so hydra-head may want to declare a minimum of ruby 2.3.
Similarly hydra-head claims rails '>= 3.2.6' where hydra-core and hydra-access-controls both require activesupport greater than 4 and less than 6. Any version of rails prior to 4.2 is end of life.
The text was updated successfully, but these errors were encountered: