This commit is contained in:
Marcos Rodriguez Velez 2024-06-15 16:55:14 -04:00
parent 971b91f95a
commit 3211deda5f
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,11 @@
source "https://rubygems.org"
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby ">= 2.6.10"
ruby "2.6.10"
gem "rubyzip", "2.3.0"
gem "algolia", "2.3.0"
gem "cocoapods", ">= 1.13", "< 1.15"
gem "activesupport", ">= 6.1.7.3", "< 7.1.0"
gem "public_suffix", "4.0"
gem "domain_name", "0.5.20190701"
gem "fastlane"

View File

@ -298,6 +298,7 @@ DEPENDENCIES
activesupport (>= 6.1.7.3, < 7.1.0)
algolia (= 2.3.0)
cocoapods (>= 1.13, < 1.15)
domain_name (= 0.5.20190701)
fastlane
public_suffix (= 4.0)
rubyzip (= 2.3.0)