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
In using this gem, I encounterd such warning with environment variable "RUBYOPT=-W:deprecated".
/home/keisuke/work/app/vendor/bundle/ruby/3.1.0/gems/rspec-parameterized-0.5.2/lib/rspec/parameterized/table_syntax.rb:29: warning: Refinement#include is deprecated and will be removed in Ruby 3.2
/home/keisuke/work/app/vendor/bundle/ruby/3.1.0/gems/rspec-parameterized-0.5.2/lib/rspec/parameterized/table_syntax.rb:34: warning: Refinement#include is deprecated and will be removed in Ruby 3.2
/home/keisuke/work/app/vendor/bundle/ruby/3.1.0/gems/rspec-parameterized-0.5.2/lib/rspec/parameterized/table_syntax.rb:47: warning: Refinement#include is deprecated and will be removed in Ruby 3.2
/home/keisuke/work/app/vendor/bundle/ruby/3.1.0/gems/rspec-parameterized-0.5.2/lib/rspec/parameterized/table_syntax.rb:51: warning: Refinement#include is deprecated and will be removed in Ruby 3.2
/home/keisuke/work/app/vendor/bundle/ruby/3.1.0/gems/rspec-parameterized-0.5.2/lib/rspec/parameterized/table_syntax.rb:55: warning: Refinement#include is deprecated and will be removed in Ruby 3.2
/home/keisuke/work/app/vendor/bundle/ruby/3.1.0/gems/rspec-parameterized-0.5.2/lib/rspec/parameterized/table_syntax.rb:59: warning: Refinement#include is deprecated and will be removed in Ruby 3.2
Do you have any plans to remove Refinement#include from table_syntax?
The text was updated successfully, but these errors were encountered:
Hi.
In using this gem, I encounterd such warning with environment variable "RUBYOPT=-W:deprecated".
Do you have any plans to remove Refinement#include from table_syntax?
The text was updated successfully, but these errors were encountered: