From 599c0ba2b1d94f463277378fbfdc6f7168f51c4a Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 11 Sep 2017 09:16:11 +0200 Subject: [PATCH] Add require of tmpdir stdlib --- lib/ruby_dep/travis.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ruby_dep/travis.rb b/lib/ruby_dep/travis.rb index 5176a5a..d11b193 100644 --- a/lib/ruby_dep/travis.rb +++ b/lib/ruby_dep/travis.rb @@ -1,3 +1,4 @@ +require 'tmpdir' require 'yaml' require 'ruby_dep/travis/ruby_version'