google-api-ruby-client
google-api-ruby-client copied to clipboard
Ensure compatibility with ruby --enable-frozen-string-literal
Ref: https://bugs.ruby-lang.org/issues/20205
Since Ruby 2.4 it is possible to run ruby with --enable-frozen-string-literal and it's supposed to be the default behavior in the future.
It just require some very minor change for this gem to be compatible.