elasticsearch-rails icon indicating copy to clipboard operation
elasticsearch-rails copied to clipboard

Deprecation warning in Rails 7.1 (support Rails 7.2)

Open N0xFF opened this issue 1 year ago • 2 comments

Rails 7.1.3 log:

DEPRECATION WARNING: Bolding log text with a positional boolean is deprecated and will be removed in Rails 7.2. Use an option hash instead (eg. color("my text", :red, bold: true)).

Related PRs:

  • https://github.com/elastic/elasticsearch-rails/pull/1067
  • https://github.com/elastic/elasticsearch-rails/pull/1058

N0xFF avatar Feb 08 '24 15:02 N0xFF