Sha256: 699576f207eafe854f6d4f030b7aec41a223ccb155802a8013e7b98188080661
Contents?: true
Size: 835 Bytes
Versions: 10
Compression:
Stored size: 835 Bytes
Contents
--- layout: default title: "Using Bundler - RPSG" permalink: /bundler.html --- # Utilizing Bundler * auto-gen TOC: {:toc} > Bundler is an easy and efficient way to get all the correct gem versions installed for `RPSG` ## Windows/Mac (OSX) ### Using Bundle Install 1. Open `Command Prompt`/`Terminal` depending on OS 2. `cd` to the directory of the `Gemfile` in the `RPSG` repository folder * do download the `RPSG` repo folder, go [here](https://github.com/bag3318/RPSG){: target="_blank"} and click `Download` then `Download ZIP` 3. type `bundle install` and hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS) ### Using Bundle Update 1. `cd` to the directory of the `Gemfile` in the `RPSG` repository folder 2. type `bundle update` and hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS)
Version data entries
10 entries across 10 versions & 1 rubygems