From b34765d8a6aa775816c59012b2d6b30c4c66a8e9 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Wed, 13 Feb 2019 18:58:58 +0000 Subject: Rakefile: require 'bundler/gem_tasks' --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 3af834ef..2983070a 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,5 @@ +require 'bundler/gem_tasks' + lib_path = File.join(__dir__, 'lib') $:.unshift(lib_path) unless $:.include?(lib_path) -- cgit v1.2.3