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
Ruby 3.4 will remove base64 from the standard libraries. webmock, which is a development dependency, uses this in one place and so our tests will fail to run. Ideally this needs to be fixed in webmock and there is a PR open. If this is not fixed in webmock then base64 will need to be added to Gemfile with a note that it may potentially be removed in the future.
The text was updated successfully, but these errors were encountered:
Ruby 3.4 will remove
base64
from the standard libraries.webmock
, which is a development dependency, uses this in one place and so our tests will fail to run. Ideally this needs to be fixed inwebmock
and there is a PR open. If this is not fixed inwebmock
thenbase64
will need to be added toGemfile
with a note that it may potentially be removed in the future.The text was updated successfully, but these errors were encountered: