We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7944a commit 37cf5e9Copy full SHA for 37cf5e9
owlbot-postprocessor/lib/owlbot/multi_wrapper.rb
@@ -217,8 +217,8 @@ def expand_gemfile
217
local_deps = match[1].split(/,\s*/)
218
219
@other_gems.each do |gem_name|
220
- content = File.read "#{gem_name}/Gemfile"
221
- match = /local_dependencies = \[(.*)\]/.match content
+ content2 = File.read "#{gem_name}/Gemfile"
+ match = /local_dependencies = \[(.*)\]/.match content2
222
next unless match
223
local_deps += match[1].split(/,\s*/)
224
end
0 commit comments