Skip to content

Make setup easier and more repeatable by using Bundler

monero-project requested to merge qertoip:master into master

Created by: qertoip

Bundler makes installing gems easier and more repeatable between programmers by specifying the precise versions in a Gemfile.lock. Bundler is the expected way to setup any kind of Ruby projects and tools.

Merge request reports