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
I would like to ensure that when rb_sys version 0.9.110 is specified in Gemfile.lock, that version is used, even if the *.gemspec file specifies ~> 0.9.91. Since we parse Gemfile.lock in the action step, it seems appropriate to consider the version recorded there as the definitive source of truth.
I would like to ensure that when
rb_sys
version0.9.110
is specified inGemfile.lock
, that version is used, even if the*.gemspec
file specifies~> 0.9.91
. Since we parseGemfile.lock
in the action step, it seems appropriate to consider the version recorded there as the definitive source of truth.The extraction of the version happens here:
actions/cross-gem/action.yml
Line 44 in d4731ac
This is my Gemfile.lock
Details
The text was updated successfully, but these errors were encountered: