bugsnag / bugsnag-expo

MIT License
10 stars 5 forks source link

[PLAT-11248] Add bundle install to pipeline file where needed #167

Closed joshedney closed 5 months ago

joshedney commented 5 months ago

Goal

Install required gems on ci steps where they are needed.

Changeset

Add bundle install to ci steps where needed.

Testing

Covered by CI

twometresteve commented 5 months ago

I don't think this is needed anymore as we now test against the v48 to v50 versions of Expo. Perhaps there are in-flight branches of bugsnag-js that just ned updating now?

joshedney commented 5 months ago

I don't think this is needed anymore as we now test against the v48 to v50 versions of Expo. Perhaps there are in-flight branches of bugsnag-js that just ned updating now?

I may have just done it out of habit. I'll check if it is still needed

joshedney commented 5 months ago

I don't think this is needed anymore as we now test against the v48 to v50 versions of Expo. Perhaps there are in-flight branches of bugsnag-js that just ned updating now?

@twometresteve it looks like nightly runs are still run against v47 so we should probably update it so that it doesn't break anything