We just released Mastodon 4.5.8, 4.4.15, and 4.3.21.
These versions contain various bug fixes, including fixes for medium severity security issues.
Full release notes and update instructions are available on the GitHub releases page.
We just released Mastodon 4.5.8, 4.4.15, and 4.3.21.
These versions contain various bug fixes, including fixes for medium severity security issues.
Full release notes and update instructions are available on the GitHub releases page.
#Mastoadmins, anyone know what "bundle lock --normalize-platforms" actually does, and it is a problem?
I was advised to do this during the "bundle install" process (which I did), to fix a problem with "nokogiri-1.19.2-x86_64-linux-gnu", but I don't know why I need to do it.
It basically cleans up your Gemlock.file and makes sure that it is consistent with gems that are actually installed on your machine (e.g., -x86_64 vs -arm64).
Nope. It only usually happens if you move between platforms but can also happen for “reasons”.