react-native icon indicating copy to clipboard operation
react-native copied to clipboard

chore: remove Ruby Pinning from 0.70

Open cipolleschi opened this issue 1 year ago • 2 comments

Summary

Starting from 0.72, we won't be pin any specific ruby version. However, 0.70 and 0.71 are still doing that. This PR against 0.70, removes the pinning of a specific version of Ruby

Changelog

[iOS][Changed] - Do not pin a specific version of Ruby.

Test Plan

  • CircleCI should stay green

cipolleschi avatar Mar 09 '23 15:03 cipolleschi

Platform Engine Arch Size (bytes) Diff
ios - universal n/a --

Base commit: bcec590071202608ee2e87feb02791e292457d94 Branch: main

analysis-bot avatar Mar 09 '23 16:03 analysis-bot

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 7,596,784 -918,613
android hermes armeabi-v7a 7,015,313 -815,972
android hermes x86 7,898,004 -1,097,717
android hermes x86_64 7,869,808 -981,389
android jsc arm64-v8a 9,478,198 +338,169
android jsc armeabi-v7a 8,258,794 -72,834
android jsc x86 9,417,524 +222,535
android jsc x86_64 10,008,773 +555,677

Base commit: bcec590071202608ee2e87feb02791e292457d94 Branch: main

analysis-bot avatar Mar 09 '23 16:03 analysis-bot

/rebase

cipolleschi avatar Mar 10 '23 10:03 cipolleschi