ddollar / foreman

Manage Procfile-based applications

Home Page:http://ddollar.github.com/foreman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails 6 compressibility

AirWick219 opened this issue · comments

I was wondering what is the plan for foreman to be Rails 6 comparable ???

As more and more people upgrade to Rails 6, they will run into this issue

Screen Shot 2019-10-08 at 2 25 54 PM

Screen Shot 2019-10-08 at 2 26 35 PM

Screen Shot 2019-10-08 at 2 26 40 PM

Since foreman locks down 'thor', '~> 0.19.1' here and
Rails 6 has it "thor", ">= 0.20.3", "< 2.0" here .

I can submit a PR to address this.