From 5ca3c64ba942e0da9a872e8ccdc0ad8a0e48d97c Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 16 Apr 2018 12:38:52 +0100 Subject: add bundler/gem_tasks to Rakefile --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index b8a693d..3114745 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,5 @@ +require 'bundler/gem_tasks' + lib_path = File.join(File.dirname(__FILE__), 'lib') $:.unshift(lib_path) unless $:.include?(lib_path) -- cgit v1.2.3