mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 20:55:29 +08: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'
|