-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bundle install on macOS 15.1 #52227
Conversation
Trying to install ffi version 1.15.5 fails on macOS 15.1 but there's a newer version that works just fine
@cristipaval Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
A preview of your ExpensifyHelp changes have been deployed to https://345ca3b6.helpdot.pages.dev ⚡️ |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
🚀 Deployed to staging by https://github.com/cristipaval in version: 9.0.60-0 🚀
|
@rafecolton Could you provide more details about QA steps? |
Not really sure what additional detail I can provide - follow the instructions in the README to set up the documentation site locally, confirm you are able to view the site. I'm not sure if that's within your scope though, so if not, you can disregard. |
@rafecolton seems help.expensify.com is also a production site. Can I check it off the list? It doesn't seem to be in scope. |
This change is about running the development locally, not the production one. But yeah it's fine, I think you can check it off. If it blows up, somebody will complain and I'll fix it - it shouldn't affect production or staging. |
🚀 Deployed to production by https://github.com/francoisl in version: 9.0.60-3 🚀
|
Explanation of Change
Trying to install ffi version 1.15.5 fails on macOS 15.1 but there's a newer version that works just fine. Discovered while trying to test the documentation website locally. Updating that enabled
bundle install
to finish, but then I got a jekyll error trying to load the site:error and trace
Doing a full
bundle update
fixed it and I was able to load the site locallyFixed Issues
N/A, discovered while testing #52010
PROPOSAL:
Tests
Offline tests
N/A
QA Steps
docs/
to set up the doc site locally// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop