1. 29 Sep, 2020 1 commit
    • Igor Drozdov's avatar
      Fix Ruby 2.7 deprecation warnings for Members::DestroyService · 6e7978db
      Igor Drozdov authored
      In Ruby 3.0, positional arguments and keyword arguments will be
      separated. Ruby 2.7 will warn for behaviors that will change in Ruby
      3.0. In most cases, you can avoid the incompatibility by adding the
      double splat operator. It explicitly specifies passing keyword arguments
      instead of a Hash object.
      6e7978db
  2. 28 Sep, 2020 37 commits
  3. 27 Sep, 2020 2 commits