Skip to content

Commit

Permalink
Add bundler/setup to Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t authored and glebm committed Sep 28, 2023
1 parent 8ae3977 commit 3903cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'bundler/gem_tasks'
require 'bundler/setup'

lib_path = File.join(File.dirname(__FILE__), 'lib')
$:.unshift(lib_path) unless $:.include?(lib_path)
Expand Down

0 comments on commit 3903cf3

Please sign in to comment.