Skip to content

Commit

Permalink
Explicitly require the time library
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman committed Oct 5, 2017
1 parent b6a1294 commit 6d61148
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 6d61148

Please sign in to comment.