Improve raw .gem dependency retrieval.
Open
code cleanup
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
With the addition of #5259 we pull the same gem from rubygems everytime we run a test, see https://github.com/elastic/logstash/pull/5259#discussion_r63721703 for details. We should improve this process with having this gem locally available so we don't need to do the download all the time.
This currently limits the test to be run only in online environments.
Contributor guide
Assessment
This issue has not been assessed yet.