Skip to content

CI with Ruby 2.5.0 #516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 26, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
require 'date' to address for Ruby 2.5
Address #517
  • Loading branch information
yahonda committed Jan 7, 2018
commit f4477d631f19e7a9e09f77062a0992121d0bca16
2 changes: 2 additions & 0 deletions test/support/fake_record.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# frozen_string_literal: true

require 'date'
module FakeRecord
class Column < Struct.new(:name, :type)
end
Expand Down