Skip to content

Commit

Permalink
Merge pull request #122 from boltops-tools/activesupport
Browse files Browse the repository at this point in the history
require active_support all
  • Loading branch information
tongueroo authored Dec 16, 2021
2 parents c756d92 + 6ca6742 commit 5b21b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ufo.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 5b21b24

Please sign in to comment.