lob/lob-ruby

Invalid Regexps

ixti opened this issue · 0 comments

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. :((