diff --git a/vendor/plugins/i18n_deprecation/init.rb b/vendor/plugins/i18n_deprecation/init.rb new file mode 100644 index 0000000..8f97cc5 --- /dev/null +++ b/vendor/plugins/i18n_deprecation/init.rb @@ -0,0 +1,9 @@ +require 'i18n/version' + +if I18n::VERSION > '0.3.7' && Rails::VERSION::STRING < '3.0.0' + module I18n::Backend::Base + def warn_syntax_deprecation! + # nothing + end + end +end -- libgit2 0.21.2