Gemfile in einhorn-0.5.0 vs Gemfile in einhorn-0.5.1

- old
+ new

@@ -1,4 +1,8 @@ -source 'https://rubygems.org' +# Execute bundler hook if present +['~/.', '/etc/'].any? do |file| + File.lstat(path = File.expand_path(file + 'bundle-gemfile-hook')) rescue next + eval(File.read(path), binding, path); break true +end || source('https://rubygems.org/') # Specify your gem's dependencies in einhorn.gemspec gemspec