.pryrc in git-branch--stray-1.1.0 vs .pryrc in git-branch--stray-1.2.0
- old
+ new
@@ -1,2 +1,4 @@
-require 'bundler/setup'
+# this loads all of "git-branch--stray"
+lib = File.expand_path('lib', __dir__)
+$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'git/branch/stray'