stripe / subprocess

A port of Python's subprocess module to Ruby
MIT License
209 stars 17 forks source link

Convert the gem to frozen string literals #75

Closed casperisfine closed 4 months ago

casperisfine commented 6 months ago

While running tests for https://github.com/sorbet/sorbet/pull/7778 I noticed some deprecation warnings coming from this gem.

Ruby 3.4 will have chilled string literals, as a first step toward frozen string literals becoming the default.

Ref: https://bugs.ruby-lang.org/issues/20205

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

qaisjp commented 5 months ago

Thanks! I'll test that this update works against Stripe's codebase, and will merge if it passes tests.