lib/dry/cli/utils/files.rb in dry-cli-0.5.1 vs lib/dry/cli/utils/files.rb in dry-cli-0.6.0
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
require 'pathname'
require 'fileutils'
+require 'backports/2.4.0/string/match' if RUBY_VERSION < '2.4'
module Dry
class CLI
module Utils
# Files utilities