Skip to content

Remove incidental use of ~> in code comments#9623

Open
jeremyevans wants to merge 1 commit into
ruby:masterfrom
jeremyevans:remove-incidental-pessismistic-versioning-comments
Open

Remove incidental use of ~> in code comments#9623
jeremyevans wants to merge 1 commit into
ruby:masterfrom
jeremyevans:remove-incidental-pessismistic-versioning-comments

Conversation

@jeremyevans

Copy link
Copy Markdown
Contributor

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

At the recent developer meeting, we discussed switching from using pessimistic versioning by default to using optimistic versioning by default.

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

Remove a few cases left in code comments where ~> was used.

For cases where only one version is used, switch to >=.

For cases where two versions are used (~> and >=), switch to >= and <, as that is a bit more natural (starting and ending of range).

Make sure the following tasks are checked

For cases where only one version is used, switch to >=.

For cases where two versions are used (~> and >=), switch to >= and <,
as that is a bit more natural (starting and ending of range).
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.

1 participant