After upgrading to Ruby 2.7.1 my schema.rb is peppered with the following warnings for multiple tables:
# Could not dump table "pages" because of following FrozenError
# can't modify frozen String: "false"
# Could not dump table "proxies" because of following FrozenError
# can't modify frozen String: "true"
I've searched high and low for a solution and have checked (as far as I'm able) the migrations, of which there are many. Downgrading Ruby at this staging isn't an option.
Anyone has a similar situation and managed to resolve it?