rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 1.99k forks source link

Drop ruby 2.3 and rubygems 2.5 support #7588

Closed deivid-rodriguez closed 4 years ago

deivid-rodriguez commented 4 years ago

Closes #7586.

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

The problem was that ruby 2.3 reached its end of life almost a year ago and we still support it.

What was your diagnosis of the problem?

My diagnosis was that we should drop support.

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

My fix is to drop support.

Why did you choose this fix out of the possible options?

I chose this fix because it's part of our ruby support policy.