upgrade to ruby 2.0.0

This commit is contained in:
r888888888
2014-02-26 13:16:34 -08:00
parent 3a81ae2186
commit ec0280bcde
4 changed files with 8 additions and 5 deletions

View File

@@ -24,4 +24,6 @@ module Danbooru
config.action_mailer.perform_deliveries = true
config.log_tags = [lambda {|req| "PID:#{Process.pid}"}]
end
I18n.enforce_available_locales = false
end