IGListKit/Gemfile
Tim Oliver d388bd8b48 Update Bundler dependencies
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
2023-10-13 22:50:38 -07:00

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'