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
This commit is contained in:
Tim Oliver 2023-10-13 22:50:38 -07:00 committed by Facebook GitHub Bot
parent d220f8a73f
commit d388bd8b48

View file

@ -1,8 +1,8 @@
source 'https://rubygems.org'
gem "activesupport", "= 7.0.8"
gem 'cocoapods', '~> 1.12.0'
gem 'danger', '~> 9.2.0'
gem 'danger-swiftlint', '~> 0.32.0'
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'