Gemfile 891 B

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