Handling lockfile updates from on different platform than one mentioned in the Gemfile.lock #8014
Replies: 2 comments
-
You should be able to update an indirect dependency like |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing since I never got an answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
Gemfile.lock
which has the gemwdm (0.1.1)
and platform asx86_64-linux
. (wdm is an indirect dep so I cannot runbundler update wdm
)I am currently on a windows system and want to update the
wdm
dep.I ran the command
bundler update --all
, which resulted in the following error:What is the reason for this and how can I resolve this issue?
I also tried the following commands but didn't get an update for
wdm
, while other gems were updated.Beta Was this translation helpful? Give feedback.
All reactions