Skip to content

Commit f4477d6

Browse files
committed
require 'date' to address for Ruby 2.5
Address rails#517
1 parent f870164 commit f4477d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/support/fake_record.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# frozen_string_literal: true
2+
3+
require 'date'
24
module FakeRecord
35
class Column < Struct.new(:name, :type)
46
end

0 commit comments

Comments
 (0)