Ruby - Gems and Bundler
Which command correctly runs the Ruby script my_script.rb using bundle exec?
Which command correctly runs the Ruby script my_script.rb using bundle exec?
bundle exec followed by the command to run, then its arguments.ruby my_script.rb. Prepending bundle exec isolates gem versions.bundle exec placed before the command? Yes. [OK]bundle exec before the command [OK]bundle exec after the command15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions