Skip to content

Commit

Permalink
Rakefile: require 'bundler/gem_tasks'
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Feb 13, 2019
1 parent 143aa6a commit b34765d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'bundler/gem_tasks'

lib_path = File.join(__dir__, 'lib')
$:.unshift(lib_path) unless $:.include?(lib_path)

Expand Down

1 comment on commit b34765d

@djdespot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.