This document contains the slides for a presentation on resolving gem dependencies in Ruby code. It discusses RubyGems and Bundler, which are package managers for Ruby that handle dependency resolution. Key terms are defined, like gem, gemspec, Gemfile, and various components involved in dependency resolution like the resolver, resolver engine, and different engines used by RubyGems and Bundler. Performance issues with RubyGems are also addressed, and how Bundler helps address them.