Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This eliminates these Ruby warnings: ``` /root/.rbenv/versions/3.1.4/lib/ruby/gems/3.1.0/gems/rspec-core-3.6.0/lib/rspec/core/configuration_options.rb:171: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments. /root/.rbenv/versions/3.1.4/lib/ruby/gems/3.1.0/gems/rspec-core-3.6.0/lib/rspec/core/configuration_options.rb:171: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead. ```
- Loading branch information