Skip to content

Commit

Permalink
Add active_support requirement to resolve issue #126
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Jan 31, 2024
1 parent 7c73925 commit e9133d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/git_fame.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e9133d7

Please sign in to comment.