Skip to content

Commit 713361b

Browse files
author
Jordan Ell
committed
Upgraded to ruby 2.2.3
1 parent e55a717 commit 713361b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.2.3

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# The current ruby stable version
4-
ruby '2.2.2'
4+
ruby '2.2.3'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '4.2.1'

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ Install Homebrew from https://github.com/mxcl/homebrew or http://brew.sh/
3030
Ensure you have a `root` user with no password.
3131

3232
Create the following databases:
33-
1. atom_vote_development
34-
2. atom_vote_test
33+
1. atom_vote_development
34+
2. atom_vote_test
3535

3636
Grant permission on these new databases to the `root` user.
3737

3838
### Ruby Install
3939

40-
rbenv install 2.2.2
40+
rbenv install 2.2.3
4141
rbenv rehash
4242

4343
### Clone Repository
4444

4545
git clone git@github.com:jordanell/atom-vote.git
4646
cd atom-vote
47-
rbenv local 2.2.2
47+
rbenv local 2.2.3
4848
bundle install
4949
bundle exec rake db:migrate
5050

0 commit comments

Comments
 (0)