diff --git a/lib/git_fame.rb b/lib/git_fame.rb index 556ed3fe..09533b1a 100644 --- a/lib/git_fame.rb +++ b/lib/git_fame.rb @@ -1,5 +1,8 @@ # frozen_string_literal: true +# See: https://github.com/oleander/git-fame-rb/issues/126 +require "active_support" + require "active_support/core_ext/module/delegation" require "active_support/isolated_execution_state" require "active_support/core_ext/numeric/time"