Closed casperisfine closed 4 years ago
Seems like 2.1 fail to build because of pry
: https://travis-ci.org/github/state-machines/state_machines-activemodel/jobs/689585174
I chose to remove it from the matrix as testing 2.1 in 2020 is a bit ridiculous.
cc @rafaelfranca
Fix the following warning:
Note that
options.merge(default_options)
seem very weird to me. Without context I'd expectoptions
to have precedence overdefault_options
, but I opted for not changing the behavior.