From 69cedee2a65882c637a815f1d39bf02fa0756114 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 10 Oct 2021 23:37:48 -0700 Subject: [PATCH] chmod +x tool/sync_default_gems.rb I'm too lazy to start the command with `ruby`. --- tool/sync_default_gems.rb | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 tool/sync_default_gems.rb diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb old mode 100644 new mode 100755 index a04d8ccea3..73cf779d50 --- 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'