Skip to content

Commit

Permalink
update ruby version 2.3.1 to ruby 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieRoseMcDonald committed Jul 4, 2017
1 parent 5bd3c21 commit 2b63cbf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.3.1
2.3.4
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.3.1'
ruby '2.3.4'

gem 'rails', '4.2.6'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -520,7 +520,7 @@ DEPENDENCIES
underscore-rails (= 1.8.3)

RUBY VERSION
ruby 2.3.1p112
ruby 2.3.4p112

BUNDLED WITH
1.13.6
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -49,7 +49,7 @@ We use the wonderful [Contributor Covenant](http://contributor-covenant.org) for
Installation
-------------

The app uses **Ruby 2.3.1** and **Rails 4.2.6**. Please stick to these versions.
The app uses **Ruby 2.3.4** and **Rails 4.2.6**. Please stick to these versions.

### Installing Programs

Expand All @@ -72,7 +72,7 @@ rvm get stable --autolibs=enable
Close and re-open the terminal window

```
rvm install ruby-2.3.1
rvm install ruby-2.3.4
```

Check that Ruby has been updated by running `ruby -v`.
Expand All @@ -81,13 +81,13 @@ Check that Ruby has been updated by running `ruby -v`.

Follow instructions for updating rbenv at the project's [GitHub](https://github.com/rbenv/rbenv). Make sure you also upgrade `ruby-build` if you used Homebrew to install rbenv.

Run the following to install Ruby 2.3.1:
Run the following to install Ruby 2.3.4:

```
rbenv install 2.3.1
```

Once you have cloned the project, set the local Ruby version to 2.3.1:
Once you have cloned the project, set the local Ruby version to 2.3.4:

```
cd ifme
Expand Down Expand Up @@ -118,7 +118,7 @@ Make a gemset for the specific Ruby on Rails version (use either RVM or rbenv)
1. Using RVM:

```
rvm use ruby-2.3.1@rails4.2.6 --create
rvm use ruby-2.3.4@rails4.2.6 --create
```

2. Using rbenv:
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
@@ -1,6 +1,6 @@
machine:
ruby:
version: 2.3.1
version: 2.3.4

dependencies:
pre:
Expand Down

0 comments on commit 2b63cbf

Please sign in to comment.