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'