rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
610 stars 71 forks source link

Using with Rails main #119

Closed trobrock closed 6 months ago

trobrock commented 6 months ago

We run rails main in our Gemfile and since this commit https://github.com/rails/mission_control-jobs/commit/83914ae561b59f3ed12f56c4b43be8668c91fa65 we've been unable to update because of the restricted Rails version number.

Is there any opposition to changing this to >= 7.1? Or is there another recommended way to use this with Rails main?

rosa commented 6 months ago

Ohh, yes, of course! Feel free to open a PR for that. That was an oversight on my part.

johannesschobel commented 5 months ago

Dear @rosa , sorry to bother you again. This issue arises again - as the main now targets "8.0.alpha". The >= 7.1 dependency that was added back by @trobrock , now still fails on a rails new --main application.

Can we fix this please?

All the best, Johannes

trobrock commented 5 months ago

@johannesschobel are you installing the gem from github? I don't believe my version restriction has been pushed to a new version of the gem yet.

johannesschobel commented 5 months ago

Thank you very much @trobrock , you were right. The gem has not been released.

For everyone also stumbling upon this issue, the gem can be installed from GitHub via

gem "mission_control-jobs", github: "rails/mission_control-jobs"

in your Gemfile

All the best

rosa commented 5 months ago

Yes, sorry! I'm super behind on PRs on Mission Control Jobs 😳 Planning to dedicate a few hours this week to review/merge a few PRs that are ready and ship a new version.

Sorry and thanks for your patience 🙏