mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #49 from genebean/dependabot/bundler/rubocop-0.86.0
Bump rubocop from 0.79.0 to 0.86.0
This commit is contained in:
commit
441d3bf83a
7 changed files with 60 additions and 42 deletions
|
|
@ -143,6 +143,9 @@ if [[ `uname` == 'Darwin' ]]; then
|
|||
# use homebrew's ruby
|
||||
[ -d /usr/local/opt/ruby/bin ] && export PATH=/usr/local/opt/ruby/bin:$PATH
|
||||
|
||||
# hide ruby 2.7's extra output
|
||||
export RUBYOPT='-W:no-deprecated -W:no-experimental'
|
||||
|
||||
# add gems to path
|
||||
GEMBIN="$(gem environment gemdir)/bin"
|
||||
export PATH=$PATH:$GEMBIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue