Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gemfile): update with fix for recent
rubocop
violation
``` Gemfile:3:8: C: [Correctable] Style/FetchEnvVar: Use ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org') instead of ENV['PROXY_RUBYGEMSORG'] || 'https://rubygems.org'. (https://rubystyle.guide/#hash-fetch-defaults) source ENV['PROXY_RUBYGEMSORG'] || 'https://rubygems.org' ^^^^^^^^^^^^^^^^^^^^^^^^ ```
- Loading branch information