Skip to content

Commit

Permalink
Remove chruby as we are not installing it. Is it needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Nov 22, 2023
1 parent 56c0438 commit 8a0a740
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Expand Up @@ -55,8 +55,6 @@ aliases:
name: Set Ruby version
command: | # see https://circleci.com/docs/2.0/testing-ios/#using-ruby
echo "ruby-${_RUBY_VERSION}" > ~/.ruby-version
# https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-shell-command
echo 'chruby ruby-${_RUBY_VERSION}' >> $BASH_ENV
- &bundle_install
run:
Expand Down

0 comments on commit 8a0a740

Please sign in to comment.