From 6ca67420e62e753a6aa81e8eab3336681925ad76 Mon Sep 17 00:00:00 2001 From: Tung Nguyen Date: Thu, 16 Dec 2021 12:54:43 +0000 Subject: [PATCH] require active_support all --- lib/ufo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ufo.rb b/lib/ufo.rb index e2a68853..ae4b5e6c 100644 --- a/lib/ufo.rb +++ b/lib/ufo.rb @@ -1,7 +1,7 @@ $stdout.sync = true unless ENV["UFO_STDOUT_SYNC"] == "0" $:.unshift(File.expand_path('../', __FILE__)) -require 'active_support/core_ext/class' +require 'active_support/all' require 'deep_merge/rails_compat' require 'fileutils' require 'memoist'