chore(infra): move to monorepo

This commit is contained in:
Krzysztof Moch
2025-01-22 23:18:23 +01:00
parent d6d7e714fe
commit 30d58d3a39
212 changed files with 5596 additions and 4147 deletions
+9
View File
@@ -0,0 +1,9 @@
source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
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 'xcodeproj', '< 1.26.0'