Closed JeremyLoye closed 2 years ago
If undef :timeout
is needed, adding attr_reader :timeout
should do it?
so
attr_reader :timeout
undef :timeout
Thank you for your report.
Fixed in https://github.com/k1LoW/awspec/releases/tag/v1.25.2
After updating the Ruby version to Ruby 3.1.0, the following error was encountered:
This seems to be an issue of incompatibility between awspec and ruby 3.1.0 due to the following line:
undef :timeout
in base.rbIs this a known issue? And would removing just the line be an appropriate fix for the issue?