mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
12 lines
415 B
Ruby
12 lines
415 B
Ruby
# This Gemfile is for the setup step of the Cirrus Mac tasks
|
|
source 'https://rubygems.org'
|
|
|
|
# If fastlane fails with a wrong Google Cloud dependency, bump this version,
|
|
# e.g. https://github.com/flutter/flutter/pull/43362
|
|
gem 'fastlane', '2.134.0'
|
|
gem 'xcpretty', '0.3.0'
|
|
|
|
# Don't pin cocoapods so we can catch breakages from upstream changes, e.g.
|
|
# https://github.com/flutter/flutter/issues/41144
|
|
gem 'cocoapods'
|