Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

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

@walf443 walf443 force-pushed the fix/object_match_warnings branch from 3cbeb1f to 0fccb30 Compare December 9, 2018 00:32
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants