Skip to content

Commit 5ca3c64

Browse files
committedApr 16, 2018
add bundler/gem_tasks to Rakefile
1 parent a48d619 commit 5ca3c64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'bundler/gem_tasks'
2+
13
lib_path = File.join(File.dirname(__FILE__), 'lib')
24
$:.unshift(lib_path) unless $:.include?(lib_path)
35

0 commit comments

Comments
 (0)