Skip to content

Commit b34765d

Browse files
committed
Rakefile: require 'bundler/gem_tasks'
1 parent 143aa6a commit b34765d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'bundler/gem_tasks'
2+
13
lib_path = File.join(__dir__, 'lib')
24
$:.unshift(lib_path) unless $:.include?(lib_path)
35

0 commit comments

Comments
 (0)