Rakefile: require 'bundler/gem_tasks'

This commit is contained in:
Gleb Mazovetskiy 2019-02-13 18:58:58 +00:00
parent 143aa6ad68
commit b34765d8a6
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require 'bundler/gem_tasks'
lib_path = File.join(__dir__, 'lib')
$:.unshift(lib_path) unless $:.include?(lib_path)