.pryrc in git-semaphore-2.2.0 vs .pryrc in git-semaphore-2.3.0

- old
+ new

@@ -1,6 +1,6 @@ # this loads all of "git-semaphore" -lib = File.expand_path('../lib', __FILE__) +lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'git/semaphore' # utility function to set pry context # to an instance of <Rugged::Repository>