Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rspec in Gemfile.lock #301

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Conversation

stanhu
Copy link
Contributor

@stanhu stanhu commented Sep 26, 2023

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.

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.
```
Copy link
Contributor

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uncontroversial, please merge!

@lfittl lfittl merged commit b8b286b into pganalyze:main Oct 3, 2023
5 checks passed
@lfittl
Copy link
Member

lfittl commented Oct 3, 2023

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants