Question on rake.db:create

Hi

When running rake db:create, I receive NoMethodError: undefined method `strip_heredoc’ for #<String:0x0000

how could this be prevented and how should the quickest workaround be?

Best