forked from firebase/firebase-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
21 lines (18 loc) · 1.06 KB
/
Copy pathGemfile
File metadata and controls
21 lines (18 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# To update, change version below, run bundle install, test,
# commit Gemfile and Gemfile.lock.
source 'https://rubygems.org'
# To test CocoaPods pre-releases, update to a relevant commit or tag like below.
# cocoapods-core and xcodeproj may or may not also need tags. For additional
# testing, enable the cron jobs with a global search and replace from your
# favorite editor. See https://github.com/firebase/firebase-ios-sdk/pull/8498
# for examples.
# gem 'cocoapods', git: "https://github.com/CocoaPods/CocoaPods.git", ref: "9cebcde577f56aa26f27d8aa501b51fdd4d6abdb"
# gem 'cocoapods-core', git: "https://github.com/CocoaPods/Core.git", ref: "f7cf05720eab935d7d50e35224d263952176fb53"
# gem 'xcodeproj', git: "https://github.com/CocoaPods/Xcodeproj.git", ref: "eeccae7275645753cbaf45d96fc4b23e4b8b3b9f"
gem 'cocoapods', '1.17.0'
# Explicitly added to support Ruby 3.4+, where mutex_m was removed from the standard library
# and causes CocoaPods to fail on load if not present.
gem 'mutex_m'
gem 'cocoapods-generate', '2.2.5'
gem 'danger', '>= 9.5.3'
gem 'json', '>= 2.19.9'