Gemfile 893 B

123456789101112131415161718
  1. # To update, change version below, run bundle install, test,
  2. #
  3. # commit Gemfile and Gemfile.lock.
  4. source 'https://rubygems.org'
  5. # To test CocoaPods pre-releases, update to a relevant commit or tag like below
  6. # cocoapods-core and xcodeproj may or may not also need tags. For additional
  7. # testing, enable the cron jobs with a global search and replace from your
  8. # favorite editor. See https://github.com/firebase/firebase-ios-sdk/pull/8498
  9. # for examples.
  10. # gem 'cocoapods', git: "https://github.com/CocoaPods/CocoaPods.git", ref: "9cebcde577f56aa26f27d8aa501b51fdd4d6abdb"
  11. # gem 'cocoapods-core', git: "https://github.com/CocoaPods/Core.git", ref: "f7cf05720eab935d7d50e35224d263952176fb53"
  12. # gem 'xcodeproj', git: "https://github.com/CocoaPods/Xcodeproj.git", ref: "eeccae7275645753cbaf45d96fc4b23e4b8b3b9f"
  13. gem 'cocoapods', '1.16.2'
  14. gem 'cocoapods-generate', '2.2.5'
  15. gem 'danger', '8.4.5'