Gemfile 316 B

123456789
  1. source "https://rubygems.org"
  2. # cocoapods isn't needed for generating the Gemfile.lock, but is needed for the CI job
  3. gem "cocoapods"
  4. gem "octokit", "~> 4.19"
  5. gem "xcodeproj", "~> 1.21"
  6. gem "plist"
  7. # activesupport is locked because of https://github.com/CocoaPods/CocoaPods/issues/12081
  8. gem 'activesupport', '7.0.8'