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:
Gene Liverman 2020-07-03 14:52:31 -04:00 committed by GitHub
commit 441d3bf83a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 60 additions and 42 deletions

View file

@ -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