Skip to content

Commit

Permalink
Fix test_two_classes_autoloading failure
Browse files Browse the repository at this point in the history
That test requires Marshal is prepended by `MarshalWithAutoloading`.
  • Loading branch information
kamipo committed May 18, 2020
1 parent d5e0994 commit 1494fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/cache/mem_cache_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
end

require "active_support/core_ext/enumerable"
require "active_support/core_ext/marshal"
require "active_support/core_ext/array/extract_options"

module ActiveSupport
Expand Down

0 comments on commit 1494fad

Please sign in to comment.