auracle: add page, gem,bundle: update (#4572)

gem: add SemVer spec install example
bundle: fix update example, add patch-update, group-update, and outdated examples
This commit is contained in:
Hermann Mayer
2020-10-15 00:22:59 +02:00
committed by GitHub
parent 7161d65a40
commit dd955ca693
3 changed files with 38 additions and 6 deletions

View File

@@ -3,10 +3,6 @@
> Interact with the package manager for the Ruby programming language.
> More information: <https://rubygems.org>.
- Search for remote gem(s):
`gem search {{regexp}}`
- Search for remote gem(s) and show all available versions:
`gem search {{regexp}} --all`
@@ -19,6 +15,10 @@
`gem install {{gemname}} --version {{1.0.0}}`
- Install the latest matching (SemVer) version of a gem:
`gem install {{gemname}} --version '~> {{1.0}}'`
- Update a gem:
`gem update {{gemname}}`