Bundler
Manage ruby gems
What is Bundler?
Installation
Usage
Gemfile
Run a gem executable
Gemfile Syntax
Last updated
Was this helpful?
Manage ruby gems
What is Bundler?
Last updated
Was this helpful?
Was this helpful?
$ gem install bundlersource 'https://rubygems.org'
ruby '2.6.3'
gem 'pg', '~> 1.1.4'
gem 'rails', '~> 5.1.7'
...$ bundle install# to launch sidekiq
$ bundle exec sidekiq