We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3663aa8 commit 00bf65dCopy full SHA for 00bf65d
.circleci/config.yml
@@ -3,12 +3,7 @@ version: 2.1
3
setup_ruby: &setup_ruby
4
run:
5
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
+ command: sed -i '' 's/.*chruby ruby.*/chruby ruby-3.3.4/' ~/.bash_profile
12
13
# Default VM config to be used for macOS builds
14
macos_config: &macos_config
0 commit comments