1. 07 Jan, 2021 1 commit
    • Igor Drozdov's avatar
      Fix 2.7 warnings related to attr_encrypted · 0da7697f
      Igor Drozdov authored
      Currently, attr_encrypted gem implements dirty attrs
      without handling kwargs properly.
      
      If we just replace using attr_changed? method with
      calling attribute_changed?(attr), it fixes the warning
      
      It allows us getting away without updating the gem
      0da7697f
  2. 06 Jan, 2021 39 commits