Ensure hardcoded version in gem install
When you don't specify a version, it tries to find the combination of gem versions that will make the whole project compatible, make all the gems within a project compatible with one another, because each gem has its own dependencies with maybe specific versions.
Updated 7 months ago