Depend on new i18n gem, silence deprecation warning
This commit is contained in:
parent
b6361c23f7
commit
e996868033
2 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,10 @@ require "tilt"
|
|||
# i18n Built-in
|
||||
require "i18n"
|
||||
|
||||
# Don't fail on invalid locale, that's not what our current
|
||||
# users expect.
|
||||
::I18n.config.enforce_available_locales = false
|
||||
|
||||
# Use ActiveSupport JSON
|
||||
require "active_support/json"
|
||||
require "active_support/core_ext/integer/inflections"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue