I have a small program that once a week checks how many tickets we have in different buckets.
Since a few weeks ago I can no longer fetch the tickets from the api.
I get the following error
rake aborted!
LoadError: cannot load such file -- active_support/core_ext/module/attr_accessor_with_default
The callback says its from the tag.rb file.
I can't figure out what changed, it seems nothing in the api changed.
Is there a breaking change on the web side?
I have a small program that once a week checks how many tickets we have in different buckets.
Since a few weeks ago I can no longer fetch the tickets from the api.
I get the following error
rake aborted!
LoadError: cannot load such file -- active_support/core_ext/module/attr_accessor_with_default
The callback says its from the tag.rb file.
I can't figure out what changed, it seems nothing in the api changed.
Is there a breaking change on the web side?