lib/autoproj/package_managers/bundler_manager.rb in autoproj-2.12.0 vs lib/autoproj/package_managers/bundler_manager.rb in autoproj-2.12.1
- old
+ new
@@ -87,9 +87,10 @@
(env['RUBYLIB'] || "").split(File::PATH_SEPARATOR).find_all do |p|
!p.start_with?(Bundler.rubygems.gem_dir) &&
Bundler.rubygems.gem_path
.none? { |gem_p| p.start_with?(gem_p) }
end
+
# And discover the system's rubylib
if (system_rubylib = discover_rubylib)
# Do not explicitely add the system rubylib to the
# environment, the interpreter will do it for us.
#