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

table_syntax.rb Refinement#include is deprecated and will be removed in Ruby 3.2 #80

Closed
hamilton-keisuke opened this issue Oct 14, 2022 · 1 comment · Fixed by #81
Closed
Assignees

Comments

@hamilton-keisuke
Copy link

Hi.

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?

@sue445 sue445 self-assigned this Nov 24, 2022
@sue445 sue445 mentioned this issue Nov 24, 2022
@sue445
Copy link
Collaborator

sue445 commented Dec 28, 2022

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 a pull request may close this issue.

2 participants