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

Version Path
rpsg-0.4.1 docs/_pages/bundler.txt
rpsg-0.4.0 docs/_pages/bundler.txt
rpsg-0.3.9 docs/_pages/bundler.txt
rpsg-0.3.8 docs/_pages/bundler.txt
rpsg-0.3.7 docs/_pages/bundler.txt
rpsg-0.3.6 docs/_pages/bundler.txt
rpsg-0.3.5 docs/_pages/bundler.txt
rpsg-0.3.4 docs/_pages/bundler.txt
rpsg-0.3.3 docs/_pages/bundler.txt
rpsg-0.3.2 docs/_pages/bundler.txt