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

fixed warning: Object#=~ is deprecated; it always returns nil #2582

Merged
merged 1 commit into from Dec 10, 2018

Conversation

walf443
Copy link
Contributor

@walf443 walf443 commented Dec 8, 2018

ruby 2.6.0-rc1 was released.
https://www.ruby-lang.org/en/news/2018/12/06/ruby-2-6-0-rc1-released/

When I tested on 2.6.0-rc1. Following warnings is outputted:

$ bundle exec ./exe/rspec
/lib/rspec/core/metadata.rb:172: warning: Object#=~ is deprecated; it always returns nil

SEE ALSO: https://bugs.ruby-lang.org/issues/15231

@JonRowe JonRowe merged commit 5e6171e into rspec:master Dec 10, 2018
@JonRowe
Copy link
Member

JonRowe commented Dec 10, 2018

Thanks :)

JonRowe added a commit that referenced this pull request Dec 10, 2018
JonRowe pushed a commit that referenced this pull request Mar 4, 2019
JonRowe added a commit that referenced this pull request Mar 4, 2019
MatheusRich pushed a commit to MatheusRich/rspec-core that referenced this pull request Oct 30, 2020
MatheusRich pushed a commit to MatheusRich/rspec-core that referenced this pull request Oct 30, 2020
yujinakayama pushed a commit to yujinakayama/rspec-monorepo that referenced this pull request Oct 6, 2021
…t#=~ is deprecated; it always returns nil (rspec/rspec-core#2582)

This commit was imported from rspec/rspec-core@18de415.
yujinakayama pushed a commit to yujinakayama/rspec-monorepo that referenced this pull request Oct 6, 2021
yujinakayama pushed a commit to yujinakayama/rspec-monorepo that referenced this pull request Oct 6, 2021
…t#=~ is deprecated; it always returns nil (rspec/rspec-core#2582)

This commit was imported from rspec/rspec-core@5e6171e.
yujinakayama pushed a commit to yujinakayama/rspec-monorepo that referenced this pull request Oct 6, 2021
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.

None yet

2 participants