stickler
stickler copied to clipboard
Mirroring Gemfile.lock always skips java gems.
trafficstars
As an example, one of the entries in my Gemfile.lock is
json (1.8.3-java)
I can mirror this individually using --gem-version and --platform, but this gem (and any other -java gems) will always be ignored if I try to mirror the whole Gemfile.lock. Passing --platform=java does not seem to affect anything.
@rothomas my apologies, I just saw this posted. I'll take a look. Thanks for the bug report.