anatol / quarry

Rubygems binary repository for Arch Linux
GNU General Public License v3.0
53 stars 25 forks source link

ruby thor 0.19.4 causes issues with rails. #58

Open Zerophase opened 7 years ago

Zerophase commented 7 years ago

Rails needs thor version 0.19.1. Something about the updates to thor overwrites the default Rails expects in some configuration strings. Would it be possible to add 0.19.1 till Rails, or thor fixes the issue?

Source

anatol commented 7 years ago

I do not think rails need that version. If it would need it there was a dependency in its spec file and quarry would add it. Make sure you did not lock the version in your Gemlock file.