Browse Source

Update Ruby

Brendan Abolivier 6 years ago
parent
commit
f309fa09bd
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .bashrc

+ 1
- 1
.bashrc View File

@@ -10,9 +10,9 @@ export PATH="$PATH:/usr/local/bin/matlab"
10 10
 export PATH="/usr/sbin:/sbin:/bin:/usr/games:$PATH"
11 11
 export PATH="$HOME/.cargo/bin:$PATH"
12 12
 export PATH="$HOME/.bin:$PATH"
13
-export PATH="/home/brendan/.gem/ruby/2.4.0/bin:$PATH"
14 13
 export PATH="$GOPATH/bin:$PATH"
15 14
 export PATH="$PATH:/bin"
15
+export PATH="$PATH:/home/brendan/.gem/ruby/2.5.0/bin"
16 16
 
17 17
 # Shortcuts
18 18