Open flexbox opened 5 years ago
Solved with using sudo gem install bundler
:
- run:
name: Set Ruby Version
command: echo "ruby-2.6.3" > ~/.ruby-version
- run:
name: Configure Bundler
command: |
echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> $BASH_ENV
source $BASH_ENV
sudo gem install bundler
Ressource: https://discuss.circleci.com/t/error-with-installing-bundler/18085/10
We have an error on the iOS build because CircleCI doesn't allow us to install the ruby bundler