Closed pznamensky closed 11 months ago
It seems there is an error in the doc as this .gemrc seems not working anymore: https://github.com/rubygems/guides/blob/3667c39aea8d5a0a86dac3040020a0bd5e5b2999/using-s3-source.md?plain=1#L57-L84
.gemrc
How to reproduce:
gem env
Failed to load /root/.gemrc, (<unknown>): did not find expected ',' or '}' while parsing a flow mapping at line 8 column 12
GEM CONFIGURATION
s3_source
Tested with gem 3.4.10 & ruby 3.2.2
@pznamensky Thank you. It may be fixed at #344
It seems there is an error in the doc as this
.gemrc
seems not working anymore: https://github.com/rubygems/guides/blob/3667c39aea8d5a0a86dac3040020a0bd5e5b2999/using-s3-source.md?plain=1#L57-L84How to reproduce:
.gemrc
as abovegem env
Failed to load /root/.gemrc, (<unknown>): did not find expected ',' or '}' while parsing a flow mapping at line 8 column 12
GEM CONFIGURATION
section there will be nos3_source
configTested with gem 3.4.10 & ruby 3.2.2