From 0d63b5a53c600811891ec14eca8d047e4bab5a5c Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Wed, 28 Aug 2024 16:40:58 +0900 Subject: [PATCH] WIP Signed-off-by: Shizuo Fujita --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 88ae4bc4e3..70a4166955 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,8 @@ source 'https://rubygems.org/' gemspec +gem "cool.io", git: "https://github.com/Watson1978/cool.io.git", branch: "iobuffer" + local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") if File.exist?(local_gemfile) puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v`