Ruby version is 2.7.1, but your Gemfile specified 2.7.2 #48
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just chucking this here:
Does this mean the upstream image's ruby version is out of date?
Workaround is just changing Gemfile to specify 2.7.1
Guessing our comrade bot did this:
961cf1a54d
Thanks for raising and investigating! Looks like yes, the bot is upgrading configs and then I setup the dev vs. prod to use different images which got us out of sync on the ruby versions. Sooo, I switched the dev setup to use the same image now and we shouldn't run into this again, I hope.