summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-12-08 12:04:13 +0000
committerBundlerbot <bot@bundler.io>2019-12-08 12:04:13 +0000
commitbada03dd6d4d15828fb5b2cf7f744948e88a69a3 (patch)
tree1500feb081d41093f8005441804755aa805abcf8 /man
parent25595896eb0f8dfd004d941093bf1d8f4a39aeeb (diff)
parent98a91379b6e44d53d24cd3611cc4e8a1eaf4766d (diff)
downloadbundler-bada03dd6d4d15828fb5b2cf7f744948e88a69a3.tar.gz
Merge #7473
7473: Cleanup some unnecessary code r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was #7460 is very big so I want to extract these changes to a separate PR, so that we're more aware of them. ### What was your diagnosis of the problem? My diagnosis was that this code can be removed. In particular, in the `GemRemoteFetcher` class there was the following comment https://github.com/bundler/bundler/blob/25595896eb0f8dfd004d941093bf1d8f4a39aeeb/lib/bundler/gem_remote_fetcher.rb#L9-L10 After having a look, I think the comment would make sense if where it says "gemstash", it actually meant "bundler". That would make sense to me since this is about fetching remote specs, so I would assume it's the client side running it. Assuming this is the correct interpretation, we can remove the code since our minimum supported rubygems version is 2.5.2, and this code was included in rubygems in 2.5.0. ### What is your fix for the problem, implemented in this PR? My fix is to remove the `GemRemoteFetcher` class, plus simplify other related code. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions