From f0669fb6cbdbad499974252ef2d955a608d0adc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 4 Jan 2022 08:32:45 +0100 Subject: [ruby/optparse] Use `require_relative` for internal requires (https://github.com/ruby/optparse/pull/28) https://github.com/ruby/optparse/commit/e4f2682128 --- lib/optparse/date.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/optparse/date.rb') diff --git a/lib/optparse/date.rb b/lib/optparse/date.rb index d6649c83f1..7bbf12b77f 100644 --- a/lib/optparse/date.rb +++ b/lib/optparse/date.rb @@ -1,5 +1,5 @@ # frozen_string_literal: false -require 'optparse' +require_relative '../optparse' require 'date' OptionParser.accept(DateTime) do |s,| -- cgit v1.2.3