From 3903cf3e30bb5ef3cbe34f4f401a6ccc730fc54f Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Wed, 27 Sep 2023 18:27:16 -0600 Subject: [PATCH] Add bundler/setup to Rakefile --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 529138eb..7bf95413 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,5 @@ require 'bundler/gem_tasks' +require 'bundler/setup' lib_path = File.join(File.dirname(__FILE__), 'lib') $:.unshift(lib_path) unless $:.include?(lib_path)