mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 06:58:26 +00:00
Summary: The tests on GitHub Actions were still failing, so while I was trying to find the cause, I decided to take this opportunity to update the entire build harness to work off Xcode 15. This diff updates all of the Bundler dependencies up to their latest versions. Reviewed By: fethica Differential Revision: D50294912 fbshipit-source-id: 93f09f901d58c92606bbe8d3c370661828f2a1f4
8 lines
205 B
Ruby
8 lines
205 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem "activesupport", "= 7.0.8"
|
|
gem 'cocoapods', '~> 1.13.0'
|
|
gem 'danger', '~> 9.3.1'
|
|
gem 'danger-swiftlint', '~> 0.33.0'
|
|
gem 'slather', '~> 2.7.4'
|
|
gem 'xcpretty', '~> 0.3.0'
|