We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7d22b commit 529a022Copy full SHA for 529a022
.circleci/config.yml
@@ -37,7 +37,7 @@ jobs:
37
- run:
38
name: Install Ruby deps
39
command: |
40
- echo 'gem: --no-document' >/etc/gemrc
+ echo 'gem: --no-document' | sudo tee /etc/gemrc
41
cd _build
42
bundle install
43
0 commit comments