Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Ignore Object =~ warnings. #6923

Merged
2 commits merged into from
Jan 23, 2019
Merged

Ignore Object =~ warnings. #6923

2 commits merged into from
Jan 23, 2019

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Jan 23, 2019

What was the end-user problem that led to this PR?

We faced a lot of warnings with rake spec of bundler repository.

What was your diagnosis of the problem?

Ruby 2.7.0-dev added the warnings for Object =~ comparison.

What is your fix for the problem, implemented in this PR?

I added the additional condition and bump a version of the development dependency.

@hsbt
Copy link
Member Author

hsbt commented Jan 23, 2019

We can merge this after merging #6315

hsbt added 2 commits January 23, 2019 21:08
  Ruby 2.7.0-dev added the warnings about Object =~. We need to avoid it.
@hsbt hsbt force-pushed the ignore-object-regex branch from 6dee08c to 93c3fc4 Compare January 23, 2019 12:08
@segiddins
Copy link
Member

@bundlerbot r+

ghost pushed a commit that referenced this pull request Jan 23, 2019
6923: Ignore `Object =~` warnings. r=segiddins a=hsbt

### What was the end-user problem that led to this PR?

We faced a lot of warnings with `rake spec` of bundler repository.

### What was your diagnosis of the problem?

Ruby 2.7.0-dev added the warnings for `Object =~` comparison. 

### What is your fix for the problem, implemented in this PR?

I added the additional condition and bump a version of the development dependency.





Co-authored-by: SHIBATA Hiroshi <[email protected]>
@ghost
Copy link

ghost commented Jan 23, 2019

Build succeeded

@ghost ghost merged commit 93c3fc4 into master Jan 23, 2019
@ghost ghost deleted the ignore-object-regex branch January 23, 2019 16:25
@hsbt
Copy link
Member Author

hsbt commented Jan 24, 2019

@segiddins Thanks!

ghost pushed a commit that referenced this pull request Jan 24, 2019
6924: Bump rake version to 12.0 on gemspec template r=hsbt a=hsbt

### What was the end-user problem that led to this PR?

Related with #6923

### What was your diagnosis of the problem?

rake-10.x displayed the warnings of `Object =~` with Ruby 2.7.0-dev.

### What is your fix for the problem, implemented in this PR?

Rake 10.0 is EOL. I'm a maintainer of Rake. I have no plan to avoid `Object =~` warnings with Rake 10.x.



Co-authored-by: SHIBATA Hiroshi <[email protected]>
@hsbt hsbt mentioned this pull request Jan 24, 2019
@colby-swandale colby-swandale added this to the 2.0.2 milestone Feb 28, 2019
colby-swandale pushed a commit that referenced this pull request Apr 1, 2019
6923: Ignore `Object =~` warnings. r=segiddins a=hsbt

### What was the end-user problem that led to this PR?

We faced a lot of warnings with `rake spec` of bundler repository.

### What was your diagnosis of the problem?

Ruby 2.7.0-dev added the warnings for `Object =~` comparison. 

### What is your fix for the problem, implemented in this PR?

I added the additional condition and bump a version of the development dependency.





Co-authored-by: SHIBATA Hiroshi <[email protected]>
(cherry picked from commit e66e6f2)
This pull request was closed.
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.

3 participants