mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-05 22:48:21 +00:00
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:
parent
d220f8a73f
commit
d388bd8b48
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue