From d1bad34809acf35fda557a3cdaaaf4ee74dcd2c7 Mon Sep 17 00:00:00 2001 From: jonathanpberger Date: Thu, 20 Oct 2016 13:18:59 -0400 Subject: [PATCH] Add dependency so typingpool doesn't error out on `tp-assign` Thanks to @imajes for finding and showing me how to fix this one. --- lib/typingpool/utility.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/typingpool/utility.rb b/lib/typingpool/utility.rb index c14a145..f26d243 100644 --- a/lib/typingpool/utility.rb +++ b/lib/typingpool/utility.rb @@ -5,6 +5,7 @@ module Utility require 'tmpdir' require 'set' require 'net/http' + require 'fcntl' class << self #Much like Kernel#system, except it doesn't spew STDERR and