This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Description
I already posted it here but I'm not sure where the problem lies exactly, and looking for at least a safe workaround.
TL;DR we are using the same Gemfile, Gemfile.lock and same version of bundler (1.11.2) in two different environments, but we're seeing different actual content (files, directories) inside the Gem.
This seems rather weird and also we're now a little scared to deploy, in case we'll get a different version and things will break. We currently see this difference between our dev and continuous integration environment (Semaphore).
Even if it's possible that the same Gem version gets mutated, is there a bundle command to pull the gem again even if it's already installed?