mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:06:44 +00:00
Add additional ruby helper commands
This commit is contained in:
@@ -93,3 +93,12 @@ solargraph-download-cores () {
|
||||
solargraph-list-versions () {
|
||||
rbenv-each-version "gem list -q solargraph"
|
||||
}
|
||||
|
||||
rubygems-upgrade () {
|
||||
rbenv-each-version "gem update --system"
|
||||
}
|
||||
|
||||
upgrade-bundler () {
|
||||
rbenv-each-version \
|
||||
"gem install --no-document 'bundler:~> 1.0' 'bundler:~> 2.0'"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user