blob: 89c29c90d8d1cd7856ba50298df88382bd9175d5 [file] [log] [blame]
# Ruby at Flutter
The scripts in this folder are used to build and package
ruby as a self contained CIPD package. This package is intended
for flutter/flutter repository testing.
# Updating to new ruby versions.
Update `ruby_metadata.txt` with the major version
and the file name. E.g. `3.1,ruby-3.1.4.tar.gz` to
change the version of ruby to build.
# Installing cocoapods.
The CIPD package will bundle cocoapods with its corresponding
wrapper scripts.
Update `cococapods_version.txt` with the version of cocoapods
to use.