CottageLabs / willow

Willow is an implementation of the Fedora/Samvera stack by Cottage Labs. It is built with Docker containers, which simplify development and deployment onto live services.
http://willow.cottagelabs.com/
6 stars 2 forks source link

Upgrade to Rails 5 #34

Closed nimphal closed 7 years ago

nimphal commented 7 years ago

Sufia 7.2 prefers it.

nimphal commented 7 years ago

They may prefer it, but is currently not possible, because:

sufia (= 7.2.0) was resolved to 7.2.0, which depends on
      browse-everything (>= 0.10.3) was resolved to 0.10.5, which depends on
        google-api-client (~> 0.8.6) was resolved to 0.8.7, which depends on
          activesupport (< 5.0, >= 3.2)

Until browse-everything make a new release (it's in the pipeline) that depends on google-api-client 0.9.x (which does not specify a maximum activesuppport version) sufia 7.2 is not compatible with Rails 5. browse-everything know about the incompatibility, they are looking to do some additional testing before they cut the release.

nimphal commented 7 years ago

This has been done, closing.