Skip to content
Extraits de code Groupes Projets
Valider b0879dd8 rédigé par vidkun's avatar vidkun
Parcourir les fichiers

Changed yaml parser to work around bug #1120

parent 5314e27e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -15,3 +15,9 @@ rescue Bundler::GemNotFound => e ...@@ -15,3 +15,9 @@ rescue Bundler::GemNotFound => e
STDERR.puts "Try running `bundle install`." STDERR.puts "Try running `bundle install`."
exit! exit!
end if File.exist?(gemfile) end if File.exist?(gemfile)
# Use older yaml parser to fix issues with
# db:create and db:migrate failing with empty database
# See bug #1120
require 'yaml'
YAML::ENGINE.yamler= 'syck'
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter