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
This doesn't work because gemspecs evaluate tot static content. This means it's evaluated only when gem build is called. That Ruby version used there determines the actual resulting gem dependencies.
I'm not aware of any method to do this more dynamically for users.
The text was updated successfully, but these errors were encountered:
Currently there's the following code in the gemspec:
retriable/retriable.gemspec
Lines 26 to 31 in e3f9bf4
This doesn't work because gemspecs evaluate tot static content. This means it's evaluated only when gem build is called. That Ruby version used there determines the actual resulting gem dependencies.
I'm not aware of any method to do this more dynamically for users.
The text was updated successfully, but these errors were encountered: