net-im/mastodon: Remove Gemfile.lock in the rc scripts before starting web
and worker services.
There does not seem to be a simple way to prevent a removed Gemfile.lock
from being re-generated when the web or worker services are started. This
can cause startup errors when users upgrade dependencies and they no longer
match what is in Gemfile.lock.