Commit 8e0cf01e authored by Stan Hu's avatar Stan Hu

Require delegate since Ruby 2.7 does not auto-include this

Previous RubyGems versions used to load delegate indirectly, but
this has changed with Ruby 2.7:
https://stackoverflow.com/a/60468620/1992201
parent 594b116a
# frozen_string_literal: true
require 'active_support/hash_with_indifferent_access'
require 'delegate'
require_relative 'flaky_example'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment