From d388bd8b48817a4c6d56bf2e0704e64278676eeb Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Fri, 13 Oct 2023 22:50:38 -0700 Subject: [PATCH] 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 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e53cd32c..df023408 100644 --- a/Gemfile +++ b/Gemfile @@ -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'