Skip to content

Commit 00bf65d

Browse files
none: trying to install correct ruby version using chruby
1 parent 3663aa8 commit 00bf65d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ version: 2.1
33
setup_ruby: &setup_ruby
44
run:
55
name: Setup Ruby
6-
command: |
7-
echo "ruby-3.3.4" > ~/.ruby-version
8-
source /opt/circleci/.circleci_bash_profile
9-
ruby --version
10-
gem install bundler
11-
gem install cocoapods
6+
command: sed -i '' 's/.*chruby ruby.*/chruby ruby-3.3.4/' ~/.bash_profile
127

138
# Default VM config to be used for macOS builds
149
macos_config: &macos_config

0 commit comments

Comments
 (0)