aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte
diff options
context:
space:
mode:
authorAnshul Sharma <optimisticanshul@gmail.com>2015-08-31 07:36:39 +0530
committerAnshul Sharma <optimisticanshul@gmail.com>2015-09-04 00:16:03 +0530
commit6cb7faf3a2f53cdd1f23f5aa3bb5301e5c571233 (patch)
treee72399107555e2c05735b52ee4a156ec913a9a7f /activesupport/lib/active_support/multibyte
parent314eb6596a36732d907c5cd115f5262904d13dad (diff)
downloadrails-6cb7faf3a2f53cdd1f23f5aa3bb5301e5c571233.tar.gz
rails-6cb7faf3a2f53cdd1f23f5aa3bb5301e5c571233.tar.bz2
rails-6cb7faf3a2f53cdd1f23f5aa3bb5301e5c571233.zip
Update Unicode Version to 8.0.0
Diffstat (limited to 'activesupport/lib/active_support/multibyte')
-rw-r--r--activesupport/lib/active_support/multibyte/unicode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/multibyte/unicode.rb b/activesupport/lib/active_support/multibyte/unicode.rb
index b6c991a287..3f6a4c8457 100644
--- a/activesupport/lib/active_support/multibyte/unicode.rb
+++ b/activesupport/lib/active_support/multibyte/unicode.rb
@@ -11,7 +11,7 @@ module ActiveSupport
NORMALIZATION_FORMS = [:c, :kc, :d, :kd]
# The Unicode version that is supported by the implementation
- UNICODE_VERSION = '7.0.0'
+ UNICODE_VERSION = '8.0.0'
# The default normalization used for operations that require
# normalization. It can be set to any of the normalizations