pganalyze / pg_query

Ruby extension to parse, deparse and normalize SQL queries using the PostgreSQL query parser
BSD 3-Clause "New" or "Revised" License
790 stars 85 forks source link

Update rspec in Gemfile.lock #301

Closed stanhu closed 1 year ago

stanhu commented 1 year ago

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.
lfittl commented 1 year ago

Thanks for the contribution!