summaryrefslogtreecommitdiff
path: root/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-06-08 21:29:44 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:29:55 +0900
commitc5737a9ae19509de56c04a587756c0b9831cadca (patch)
tree6878a794bd554eea8dcb3e1dc34a2c92284ac03b /lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
parent1a4bb80cd79dcae1b2be418e70e1f5a5bcd36887 (diff)
[bundler/bundler] Migrate thor to use relative requires
https://github.com/bundler/bundler/commit/ca28a04668
Diffstat (limited to 'lib/bundler/vendor/thor/lib/thor/actions/create_link.rb')
-rw-r--r--lib/bundler/vendor/thor/lib/thor/actions/create_link.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb b/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
index 3a664401b4..70504a2c1f 100644
--- a/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
+++ b/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
@@ -1,4 +1,4 @@
-require "bundler/vendor/thor/lib/thor/actions/create_file"
+require_relative "create_file"
class Bundler::Thor
module Actions