From fb3a6d2a772f667acb3511a59abbddf2f5a37a15 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 28 Mar 2024 14:53:04 -0300 Subject: [PATCH] Set ruby to 2.7.7 again --- .circleci/config.yml | 1 - .ruby-version | 1 + ios/Gemfile | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 .ruby-version diff --git a/.circleci/config.yml b/.circleci/config.yml index e2060252b..31de12f35 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,7 +87,6 @@ commands: - run: name: Install ruby command: | - echo "ruby-2.7.7" > ~/.ruby-version if [ -d ~/.rbenv/versions/2.7.7 ]; then echo "Ruby already installed" else diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 000000000..62ae32d58 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.7.7 \ No newline at end of file diff --git a/ios/Gemfile b/ios/Gemfile index 3639db7db..5c7be36ba 100644 --- a/ios/Gemfile +++ b/ios/Gemfile @@ -1,7 +1,5 @@ source "https://rubygems.org" -ruby ">= 2.6.10" - gem 'fastlane' gem 'cocoapods', '>= 1.13', '< 1.15' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'