[MBL-1780] Remove deleted method from our beta changelog #2173
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📲 What
Update
beta-changelog.rb
to usingFile.exist
instead ofFile.exists
, as the latter no longer exists in Ruby 3.3.🤔 Why
I think this will unblock the beta build getting uploaded. The full Ruby error also includes a warning to aws-sdk-core about a change that's happening in Ruby 3.4, but I'm ignoring this for now. I think the fix for that warning is to update our aws gem versions, but I'd rather not do that without understanding what they're doing so I can test the changes properly, and I don't expect a ruby warning to break the script.
👀 See
Jira
✅ Acceptance criteria