seomoz / qless

Queue / Pipeline Management
MIT License
294 stars 76 forks source link

Loosen the restrictions on sinatra and thin versions #262

Closed Andreis13 closed 7 years ago

Andreis13 commented 7 years ago

Rails 5 depends on Rack 2.0+. Loosing the restrictions on sinatra and thin gems will allow qless to run on both, rack ~> 1.0 as well as rack ~> 2.0. At @Shopify we have successfully run qless on top of sinatra 2 and thin 1.7 within Rails 5 apps for quite some time now. Hopefully this change will help other people who are struggling with running qless with the latest versions of rails.