From 3211deda5f6349d544b4a8d1a101a015abf5bdcc Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Sat, 15 Jun 2024 16:55:14 -0400 Subject: [PATCH] Gem --- Gemfile | 3 ++- Gemfile.lock | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 58ce001bc..05a9d4422 100644 --- a/Gemfile +++ b/Gemfile @@ -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" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index fa31f8c17..fe01b5c33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)