aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-03-11 00:19:39 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-03-11 00:19:39 -0300
commit1ba3401e7c1a4d05969d56ed9d0c9215de2fc0c5 (patch)
tree5c40b8380776a36246b0afdbfe54dc67bce0f4d0
parent264222bc4494ec6db6720aa7e3b2c1af0e22bbfa (diff)
parent73e46ac1363d376f0bf745f85e91439ae09da815 (diff)
downloadrails-1ba3401e7c1a4d05969d56ed9d0c9215de2fc0c5.tar.gz
rails-1ba3401e7c1a4d05969d56ed9d0c9215de2fc0c5.tar.bz2
rails-1ba3401e7c1a4d05969d56ed9d0c9215de2fc0c5.zip
Merge pull request #24145 from bdewater/remove_try_require
Remove unused try require in ActiveSupport::TimeZone
-rw-r--r--activesupport/lib/active_support/values/time_zone.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb
index 7ca3592520..118bf8eab0 100644
--- a/activesupport/lib/active_support/values/time_zone.rb
+++ b/activesupport/lib/active_support/values/time_zone.rb
@@ -1,7 +1,6 @@
require 'tzinfo'
require 'concurrent/map'
require 'active_support/core_ext/object/blank'
-require 'active_support/core_ext/object/try'
module ActiveSupport
# The TimeZone class serves as a wrapper around TZInfo::Timezone instances.