You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is an update of terraspace, to have just some basic dependency to update
Current Behavior
When there is an update of terraspace, the installation require some update (OK), but most of the time I need to clear dependency to have a valid installation
"You have already activated faraday 1.7.0, but your Gemfile requires faraday 0.17.4. Prepending bundle exec to your command may solve this."
The issue seems to be related to faraday that are required in two different version (0.
Step-by-step reproduction instructions
Create a project with terraspace, make sure everything run smoothly
Wait for terraspace update
Somme dependency issue will appears, update them individually or globally whatever) with "bundle update X"
run terraspace check, see the error with faraday 0.17.4 & 1.7.0 following the dependency
run bundle clean --force and bundle install to fix the issue
Solution Suggestion
Force some dependency or at least check compatibility. In #135 it's seems there is the same issue, but upgrade ruby seems to solve the issue.
Note
I'm not a ruby developer...
The text was updated successfully, but these errors were encountered:
You won't have to type bundle exec. Believe this should resolve the issues. 🧐
In addition, added a friendly usage message with instructions on how to resolve if the error occurs. PR: #177 The standalone installer's new shim, as of terraspace v1 includes this smarter shim already.
Also, remove terraspace_plugins_* out of terraspace core. #173 This should also mitigate gem dependency graph resolution issues.
Checklist
My Environment
Expected Behaviour
When there is an update of terraspace, to have just some basic dependency to update
Current Behavior
When there is an update of terraspace, the installation require some update (OK), but most of the time I need to clear dependency to have a valid installation
"You have already activated faraday 1.7.0, but your Gemfile requires faraday 0.17.4. Prepending
bundle exec
to your command may solve this."The issue seems to be related to faraday that are required in two different version (0.
Step-by-step reproduction instructions
bundle clean --force
andbundle install
to fix the issueSolution Suggestion
Force some dependency or at least check compatibility. In #135 it's seems there is the same issue, but upgrade ruby seems to solve the issue.
Note
I'm not a ruby developer...
The text was updated successfully, but these errors were encountered: