Русский Working with dependencies in Ruby¶ Bundler¶ Creating a Gemfile.lock file¶ Initialize the project: bundle init Install dependencies: bundle install or create a lock-file directly: bundle lock