Hey,
We have an iOS application repository. Each push triggers CircleCI to run an automation suit.
For some reason, starting from today, every new commit fails. Even if it is just committed of a space (" ") on a branch that worked perfectly fine yesterday.
The section that fails is: Install Bundler
Here is the log:
#!/bin/bash --login -eo pipefail
gem install bundler -v “~>2.0”
Fetching: bundler-2.0.2.gem (100%)
ERROR: While executing gem … (Gem::FilePermissionError)
You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory.