lob / lob-ruby

Ruby Wrapper for Lob API
lob.com
MIT License
97 stars 43 forks source link

Invalid Regexps #236

Open ixti opened 6 months ago

ixti commented 6 months ago

Using this gem causes warnings:

***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:260: warning: character class has '-' without escape
***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:296: warning: character class has '-' without escape
***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:395: warning: character class has '-' without escape

Which in its turn causes Bootsnap to trip as well:

***/gems/bootsnap-1.16.0/lib/bootsnap/compile_cache/iseq.rb:49: warning: character class has '-' without escape
***/gems/bootsnap-1.16.0/lib/bootsnap/compile_cache/iseq.rb:49: warning: character class has '-' without escape
***/gems/bootsnap-1.16.0/lib/bootsnap/compile_cache/iseq.rb:49: warning: character class has '-' without escape

There are 2 PRs addressing this issue, and not a single word from Lob. :((