Merge pull request #7962 from vidusheeamoli/utils-link-to-true

sorbet/utils: move files to true
This commit is contained in:
Issy Long 2020-07-11 17:55:00 +01:00 committed by GitHub
commit 2a5c9ce16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -849,8 +849,6 @@ false:
- ./unpack_strategy/uncompressed.rb
- ./utils/gems.rb
- ./utils/inreplace.rb
- ./utils/link.rb
- ./utils/shebang.rb
- ./version.rb
true:
@ -891,7 +889,9 @@ true:
- ./test/support/helper/fixtures.rb
- ./test/support/lib/config.rb
- ./utils/bottles.rb
- ./utils/link.rb
- ./utils/notability.rb
- ./utils/shebang.rb
- ./utils/shell.rb
- ./utils/svn.rb
- ./utils/tty.rb

View File

@ -5,4 +5,12 @@ module Utils
class Bottles
end
module Link
include Kernel
end
module Shebang
include Kernel
end
end