diff options
author | Jeremy Daer <jeremydaer@gmail.com> | 2017-01-30 13:16:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-30 13:16:02 -0700 |
commit | 1fc995577f44e748bbcaf25c35fd24bb56afc63e (patch) | |
tree | c959fca394e0a55325990145f4f61c01c624e88c /activesupport/test/multibyte_test_helpers.rb | |
parent | 2dadf73891431ff16709ae41ccb552a56ce34c32 (diff) | |
parent | bdcfdef21444b03413213c69035f0fac8feedffb (diff) | |
download | rails-1fc995577f44e748bbcaf25c35fd24bb56afc63e.tar.gz rails-1fc995577f44e748bbcaf25c35fd24bb56afc63e.tar.bz2 rails-1fc995577f44e748bbcaf25c35fd24bb56afc63e.zip |
Merge pull request #27822 from mtsmfm/bump-unicode-version
Update Unicode Version to 9.0.0
Diffstat (limited to 'activesupport/test/multibyte_test_helpers.rb')
-rw-r--r-- | activesupport/test/multibyte_test_helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/multibyte_test_helpers.rb b/activesupport/test/multibyte_test_helpers.rb index 2201860d8a..a70516bb08 100644 --- a/activesupport/test/multibyte_test_helpers.rb +++ b/activesupport/test/multibyte_test_helpers.rb @@ -18,7 +18,7 @@ module MultibyteTestHelpers end UNIDATA_URL = "http://www.unicode.org/Public/#{ActiveSupport::Multibyte::Unicode::UNICODE_VERSION}/ucd" - CACHE_DIR = "#{Dir.tmpdir}/cache/unicode_conformance" + CACHE_DIR = "#{Dir.tmpdir}/cache/unicode_conformance/#{ActiveSupport::Multibyte::Unicode::UNICODE_VERSION}" FileUtils.mkdir_p(CACHE_DIR) UNICODE_STRING = "こにちわ".freeze |