ruby-rdf / rdf-ldp

A suite of LDP software and middleware for RDF.rb & Rack
The Unlicense
13 stars 2 forks source link

Update dependencies for Rack 2.0 #67

Closed no-reply closed 7 years ago

no-reply commented 8 years ago

The main blocker for this is Sinatra, which has updated on master but is missing a release.

We'll want to decide which range of versions for Rack and Sinatra to support post release. Information on Rack's major release is thin on the ground, so we may need to do some legwork on this.

sandstrom commented 8 years ago

Do you need a full release or does their beta work? (they pushed a beta a few days ago)

https://github.com/sinatra/sinatra/releases/tag/v2.0.0.beta2

no-reply commented 7 years ago

This needs a release of rack-linkeddata with https://github.com/ruby-rdf/rack-linkeddata/pull/5.

In the meanwhile, there is a branch tracking Sinatra 2.0.0.beta2 at https://github.com/ruby-rdf/rdf-ldp/tree/feature/sinatra-2.0. It looks like we should be able to continue to support both Rack 1.0 and 2.0.

no-reply commented 7 years ago

Sinatra 2.0 is now released.