dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 2db0ea99b53af1db24431c017a3dacf9db146992
parent 54e759a410aa526d426288a90c958168278290f5
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 19 Oct 2018 15:40:49 -0700

Use -r rubygems in place of deprecated -rubygems

ruby -rubygems is deprecated and will be removed in December 2018.

Diffstat:
M.paths | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.paths b/.paths @@ -52,7 +52,7 @@ fi # Ruby gems if which ruby >/dev/null && which gem >/dev/null; then - path_prepend "$(ruby -rubygems -e 'puts Gem.user_dir')/bin" + path_prepend "$(ruby -r rubygems -e 'puts Gem.user_dir')/bin" fi # Rust