aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/key_generator.rb
diff options
context:
space:
mode:
authorJerry D'Antonio <stumpjumper@gmail.com>2015-11-02 21:30:50 -0500
committerJerry D'Antonio <stumpjumper@gmail.com>2015-11-04 21:12:28 -0500
commit23b6f65fd130c29e5f6ea69e09f6381cf7e34e27 (patch)
tree55fd54004ac262b1d51dd1b9573a7f2b4efb8797 /activesupport/lib/active_support/key_generator.rb
parent23bb31b158fe10e5872dc80634a7ff172531c570 (diff)
downloadrails-23b6f65fd130c29e5f6ea69e09f6381cf7e34e27.tar.gz
rails-23b6f65fd130c29e5f6ea69e09f6381cf7e34e27.tar.bz2
rails-23b6f65fd130c29e5f6ea69e09f6381cf7e34e27.zip
Require only necessary concurrent-ruby classes.
Diffstat (limited to 'activesupport/lib/active_support/key_generator.rb')
-rw-r--r--activesupport/lib/active_support/key_generator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/key_generator.rb b/activesupport/lib/active_support/key_generator.rb
index e88b04da3e..7f73f9ddfc 100644
--- a/activesupport/lib/active_support/key_generator.rb
+++ b/activesupport/lib/active_support/key_generator.rb
@@ -1,4 +1,4 @@
-require 'concurrent'
+require 'concurrent/map'
require 'openssl'
module ActiveSupport