@marc I’m attempting to update to this image (from Xcode 11.0.0) but I’m hitting this error when attempting to install Bundler.
#!/bin/bash --login -eo pipefail
gem install bundler
Fetching bundler-2.1.4.gem
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory.
Exited with code exit status 1
Our step is defined as:
- run:
name: Bundler Install
command: gem install bundler
It worked on the Xcode 11.0.0 image. I’m guessing this has something to do with the Ruby changes between 11.3.1 and 11.0.0? Any tips on migration? Our .ruby-version
is 2.5.5.