|
@@ -212,6 +212,9 @@ gem 'listen'
|
|
|
# language detection
|
|
|
gem 'cld'
|
|
|
|
|
|
+# CLDR wrapper for i18n and l10n
|
|
|
+gem 'twitter_cldr'
|
|
|
+
|
|
|
# Gems used only for develop/test and not required
|
|
|
# in production environments by default.
|
|
|
group :development, :test do
|
|
@@ -272,9 +275,6 @@ group :development, :test do
|
|
|
|
|
|
# Debugging and profiling
|
|
|
gem 'pry-doc' # This gem is very large, so don't include it in production.
|
|
|
-
|
|
|
- # CLDR wrapper for i18n and l10n
|
|
|
- gem 'twitter_cldr'
|
|
|
end
|
|
|
|
|
|
# To permanently extend Zammad with additional gems, you can specify them in Gemfile.local.
|