1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

chmod +x tool/sync_default_gems.rb

I'm too lazy to start the command with `ruby`.
This commit is contained in:
Takashi Kokubun 2021-10-10 23:37:48 -07:00
parent 82b87a8dc4
commit 69cedee2a6
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

1
tool/sync_default_gems.rb Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ruby
# sync upstream github repositories to ruby repository
require 'fileutils'