Edouard CHIN
Edouard CHIN
Oh! I just saw "bundler.bat" with a "r" at the end. Yeah that's the issue. But I think this needs to be fixed in Bundler so that we dont rely...
Also FWIW, it's not a windows specific issue. Calling `bundler install` will fail the same way on any platform
Edit: Deleting my comment as I misread the issue, sorry.
Dug a bit and the first commit that introduces the new behaviour is 47c3dc19ee60db87277b160d09ac11a972a85254 Basically when running `Bunder.setup` without an existing Gemfile.lock, Bundler won't compute the gems checksums (as it...