canvas-development-tools
canvas-development-tools copied to clipboard
undefined local variable or method in CODES.sh
An error is displayed when running CODES.sh.
This can be done by adding these lines to '/Users/brandon/.bash_profile':
# Added by canvas-lms setup-development script
# This adds the gem bin to your PATH
if ! $(echo $PATH | grep "$(gem env 'GEM_PATHS' | sed -e 's|:|/bin:|g')/bin" >/dev/null 2>&1); then
export PATH="$PATH:$(gem env 'GEM_PATHS' | sed -e 's|:|/bin:|g')/bin"
fi
Do this now? ([Y]/N): n
-e:1:in `<main>': undefined local variable or method `req_bundler_version_ceiling' for main:Object (NameError)
Bundler is installed
Bundler is installed
Installing bundler gems with bundle install (but no mysql)
Making sure the gem location is in PATH