You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error running the project with cucumber 8.0.0 and ruby 3.1.2
report_builder-1.9/lib/report_builder/builder.rb:67: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments.
report_builder-1.9/lib/report_builder/builder.rb:67: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead.
report_builder-1.9/lib/report_builder/builder.rb:67: warning: Passing eoutvar with the 4th argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, eoutvar: ...) instead.
I checked the master branch and It was already fixed.
When Do you plan to make the next release?
The text was updated successfully, but these errors were encountered:
I am getting this error running the project with cucumber 8.0.0 and ruby 3.1.2
report_builder-1.9/lib/report_builder/builder.rb:67: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments.
report_builder-1.9/lib/report_builder/builder.rb:67: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead.
report_builder-1.9/lib/report_builder/builder.rb:67: warning: Passing eoutvar with the 4th argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, eoutvar: ...) instead.
I checked the master branch and It was already fixed.
When Do you plan to make the next release?
The text was updated successfully, but these errors were encountered: