rubyforgood / Flaredown

Flaredown web app and API
http://www.flaredown.com
GNU General Public License v3.0
39 stars 15 forks source link

Upgrade Rails to 6.1.4.1 #516

Closed codemonium closed 3 years ago

codemonium commented 3 years ago

TODO: Figure out what to do about foreman as per https://github.com/ddollar/foreman/wiki/Don't-Bundle-Foreman and https://github.com/ddollar/foreman/issues/735. It may just be a matter of confirming everything works without the old version of thor.

Closes #491

benlangfeld commented 3 years ago

We could put foreman in a Gemfile in the root directory, outside the dependency tree of the backend application. It's invoked from there by rake run anyway.

benlangfeld commented 3 years ago

@codemonium They ended up inlining their dependency on Thor so we should be able to also remove ours safely. I don't think we use it for anything directly.