Skip to content

Commit f372280

Browse files
committed
Updating RubyGems requires sudo inside CircleCI images
1 parent 07737e3 commit f372280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commands:
1414
- run:
1515
name: "Update bundler"
1616
command: |
17-
gem update --system
17+
sudo gem update --system
1818
gem --version
1919
gem install bundler -v '>=2.3.21' --conservative
2020
bundle --version

0 commit comments

Comments
 (0)