Bug #14193 » frozen_rubygems.patch
| lib/rubygems/bundler_version_finder.rb | ||
|---|---|---|
|
lockfile = case gemfile
|
||
|
when "gems.rb" then "gems.locked"
|
||
|
else "#{gemfile}.lock"
|
||
|
end.untaint
|
||
|
end.dup.untaint
|
||
|
return unless File.file?(lockfile)
|
||