Skip to content

Commit 8503d31

Browse files
none: readding node orb and setting ruby version to 3.3.0
1 parent 908e914 commit 8503d31

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.circleci/config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ executors:
2121

2222
orbs:
2323
android: circleci/[email protected]
24+
node: circleci/[email protected]
2425

2526
# Always run job
2627
run_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:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.3.0

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source '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

66
gem 'activesupport', '~> 7.2'
77
gem 'cocoapods', '~> 1.16'

0 commit comments

Comments
 (0)