Skip to content

Remove pessimistic versioning in gem command output#9550

Open
jeremyevans wants to merge 1 commit into
ruby:masterfrom
jeremyevans:remove-pessismistic-versioning-in-gem-command-output
Open

Remove pessimistic versioning in gem command output#9550
jeremyevans wants to merge 1 commit into
ruby:masterfrom
jeremyevans:remove-pessismistic-versioning-in-gem-command-output

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?

Switch examples to use >=2 instead of ~>2.0.0 (which is really terrible as you are limited to 2.0.x versions).

For the help output, show a simpler example with a single version restriction, before an example with multiple version restrictions.

Make sure the following tasks are checked

Switch examples to use `>=2` instead of `~>2.0.0` (which is really
terrible as you are limited to 2.0.x versions).

For the help output, show a simpler example with a single version
restriction, before an example with multiple version restrictions.
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