summaryrefslogtreecommitdiff
path: root/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2023-10-19 09:22:34 -0700
committergit <svn-admin@ruby-lang.org>2023-10-19 20:02:47 +0000
commitaf222d4db27b018a5e4a406ec668c479c68c0446 (patch)
tree245a152814f4df5f28998f7b806b8cc4a1833d5f /lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
parent3e65115cef8dec7d280784fdd7324ede529051be (diff)
[rubygems/rubygems] Update vendored thor to v1.3.0
See https://github.com/rails/thor/releases/tag/v1.3.0 https://github.com/rubygems/rubygems/commit/3c7165474b
Diffstat (limited to 'lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb')
-rw-r--r--lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb b/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
index 284d92c19a..c0bca78525 100644
--- a/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
+++ b/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
@@ -33,7 +33,7 @@ class Bundler::Thor
#
def initialize(base, destination, config = {})
@base = base
- @config = {:verbose => true}.merge(config)
+ @config = {verbose: true}.merge(config)
self.destination = destination
end