File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ executors:
2121
2222orbs :
2323 android :
circleci/[email protected] 24+ 2425
2526# Always run job
2627run_always : &run_always
@@ -183,16 +184,6 @@ jobs:
183184 working_directory : example/e2e
184185 name : Install Maestro
185186 command : npm run maestro:install
186- - run :
187- name : Set Ruby Version
188- command : |
189- # Try to install Ruby 3.3.4 if not available
190- rbenv install 3.3.4 || true
191- # Set global Ruby version
192- rbenv global 3.3.4
193- rbenv rehash
194- # Verify Ruby version
195- ruby --version
196187
197188 - restore_cache :
198189 keys :
Original file line number Diff line number Diff line change 1- 3.3.4
1+ 3.3.0
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4- ruby '3.3.4 '
4+ ruby '3.3.0 '
55
66gem 'activesupport' , '~> 7.2'
77gem 'cocoapods' , '~> 1.16'
You can’t perform that action at this time.
0 commit comments