Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
On a system where a differing version of the puppet gem is installed and exists within the LOAD_PATH.
-
-
0
-
Client 2016-07-27
-
Not Needed
-
tooling change
Description
When specifying the puppet gem in a gemfile with a local path source or a vcs source (such as github), the existing puppet gem's version file is loaded instead of the version file from the target. If the version of the previously installed gem does not match the target gem version, bundler fails with an error like:
Could not find gem 'puppet (= 4.6.0)' in source at `/Users/peter.drake/workspace/puppet`.
|
Source contains 'puppet' at: 4.5.2
|