summaryrefslogtreecommitdiff
path: root/baserockimport/exts/rubygems.find_deps
diff options
context:
space:
mode:
Diffstat (limited to 'baserockimport/exts/rubygems.find_deps')
-rwxr-xr-xbaserockimport/exts/rubygems.find_deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserockimport/exts/rubygems.find_deps b/baserockimport/exts/rubygems.find_deps
index 228c88b..5ae9598 100755
--- a/baserockimport/exts/rubygems.find_deps
+++ b/baserockimport/exts/rubygems.find_deps
@@ -74,7 +74,7 @@ class RubyGemDependencyFinder < Importer::Base
"#{source_dir_name}")
resolved_specs = Dir.chdir(source_dir_name) do
- definition = create_bundler_definition_for_gemspec(gem_name)
+ definition = create_bundler_definition_for_gemspec(gem_name, source_dir_name)
definition.resolve_remotely!
end