Skip to content

Commit

Permalink
Merge pull request #1 from randycoulman/require-time
Browse files Browse the repository at this point in the history
Fix: --full option does not work for some.

Time#iso8601 is an extension that is added by requiring 'time'. This
probably worked before because one of the gems in the dependencies
already requires it.
  • Loading branch information
htanata authored Oct 6, 2017
2 parents b6a1294 + 6d61148 commit bef4a09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/git_snip/branch.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'time'

module GitSnip
module Branch
Row = Struct.new(:sha, :name, :date, :author, :message)
Expand Down

0 comments on commit bef4a09

Please sign in to comment.