collectiveidea / interactor

Interactor provides a common interface for performing complex user interactions.
MIT License
3.36k stars 212 forks source link

Modfiable alias was removed in Ruby 2.7 #169

Closed flori closed 4 years ago

StanBoyet commented 4 years ago

Up! Without this, the interactor gem fails with given error message (here from our test suite):

      Failure/Error: context.fail!(error_message: message)

      NoMethodError:
        undefined method `[]=' for nil:NilClass