Ruby - Gems and Bundler
You want to ensure your Ruby project always uses the exact same gem versions on any machine. Which Bundler feature should you use?
Gemfile.lock file stores the exact gem versions after running bundle install.bundle update refreshes gems, gem uninstall removes gems, and bundle exec runs commands in context but doesn't lock versions.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions