Emanuel Denzel
Emanuel Denzel
Version `0.0.0` to `0.8.6`, which is the most recent version of PDFKit when writing this issue, are affected by a command injection vulnerability. More details about the vulnerability can be...
* Add Ruby 3.0 to the test matrix * Run the gem with Ruby 2.7 and check for deprecation warnings. You might want to check out https://makandracards.com/makandra/496481-changes-to-positional-and-keyword-args-in-ruby-3-0 as help to...
* Add Ruby 3.0 to the test matrix * Run the gem with Ruby 2.7 and check for deprecation warnings. You might want to check out https://makandracards.com/makandra/496481-changes-to-positional-and-keyword-args-in-ruby-3-0 as help to...
PR for https://github.com/rails/propshaft/issues/176.
**Version**: `net-imap (0.4.8)` **Ruby**: `3.2.2` ## Description I'm using `net-imap` for fetching emails in some background jobs. There are rare cases where the email provider Microsoft Exchange returns no or...
I noticed that the `validate_numericality_of` matcher from [shoulda_matcher](https://github.com/thoughtbot/shoulda-matchers/blob/6f4de5ad6d0d09486c2c713fb1a0bf38169d399e/lib/shoulda/matchers/active_model/validate_numericality_of_matcher.rb) does not work with an instance of an `ActiveType` record. The reason for this is a [add_disallow_non_numeric_value_matcher](https://github.com/thoughtbot/shoulda-matchers/blob/6f4de5ad6d0d09486c2c713fb1a0bf38169d399e/lib/shoulda/matchers/active_model/validate_numericality_of_matcher.rb#L374C11-L374C49) check in the `shoulda_matcher` gem....