Skip to content

Commit fa8eb3b

Browse files
chore: bumping ruby and node versions
1 parent 0698ff4 commit fa8eb3b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.circleci/config.yml

Lines changed: 7 additions & 2 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
@@ -116,12 +117,13 @@ jobs:
116117
executor:
117118
name: android/android-machine
118119
resource-class: large
119-
tag: 2021.10.1
120+
tag: default
120121
working_directory: ~/project
121122
steps:
122123
- checkout:
123124
path: ~/project
124-
125+
- node/install:
126+
node-version: '18.17.0'
125127
- attach_workspace:
126128
at: ~/project
127129

@@ -170,6 +172,9 @@ jobs:
170172
working_directory: example/e2e
171173
name: Install Maestro
172174
command: npm run maestro:install
175+
- run:
176+
name: Set Ruby Version
177+
command: rbenv global 3.3.5 && rbenv rehash
173178

174179
- restore_cache:
175180
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.5

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.5'
55

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

0 commit comments

Comments
 (0)