google-api-ruby-client icon indicating copy to clipboard operation
google-api-ruby-client copied to clipboard

Ensure compatibility with ruby --enable-frozen-string-literal

Open byroot opened this issue 10 months ago • 0 comments

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.

byroot avatar Feb 22 '25 10:02 byroot