summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-10-10 23:37:48 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2021-10-10 23:38:51 -0700
commit69cedee2a65882c637a815f1d39bf02fa0756114 (patch)
tree14ce53e289777707fc70d0272bf1f9ab312e1484 /tool/sync_default_gems.rb
parent82b87a8dc4d4bfe6436d86d78536cbc79d5f7c5c (diff)
chmod +x tool/sync_default_gems.rb
I'm too lazy to start the command with `ruby`.
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-x[-rw-r--r--]tool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index a04d8ccea3..73cf779d50 100644..100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -1,3 +1,4 @@
+#!/usr/bin/env ruby
# sync upstream github repositories to ruby repository
require 'fileutils'