mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
7 lines
234 B
Ruby
7 lines
234 B
Ruby
# This Gemfile is for the setup step of the Cirrus Mac tasks
|
|
source 'https://rubygems.org'
|
|
|
|
# Don't pin cocoapods so we can catch breakages from upstream changes, e.g.
|
|
# https://github.com/flutter/flutter/issues/41144
|
|
gem 'cocoapods'
|