gemfile upgrade stuff

This commit is contained in:
Violet Caulfield
2025-01-30 06:39:17 -06:00
parent 6fc5ab211b
commit 25c9822bf2

View File

@@ -5,5 +5,5 @@ ruby ">= 2.6.10"
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'activesupport', '~> 7.0', '<= 7.0.8'
gem 'xcodeproj', '< 1.26.0'