File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- 2.2.2
1
+ 2.2.3
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
3
# The current ruby stable version
4
- ruby '2.2.2 '
4
+ ruby '2.2.3 '
5
5
6
6
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
7
gem 'rails' , '4.2.1'
Original file line number Diff line number Diff line change @@ -30,21 +30,21 @@ Install Homebrew from https://github.com/mxcl/homebrew or http://brew.sh/
30
30
Ensure you have a ` root ` user with no password.
31
31
32
32
Create the following databases:
33
- 1 . atom_vote_development
34
- 2 . atom_vote_test
33
+ 1 . atom_vote_development
34
+ 2 . atom_vote_test
35
35
36
36
Grant permission on these new databases to the ` root ` user.
37
37
38
38
### Ruby Install
39
39
40
- rbenv install 2.2.2
40
+ rbenv install 2.2.3
41
41
rbenv rehash
42
42
43
43
### Clone Repository
44
44
45
45
git clone git@github.com:jordanell/atom-vote.git
46
46
cd atom-vote
47
- rbenv local 2.2.2
47
+ rbenv local 2.2.3
48
48
bundle install
49
49
bundle exec rake db:migrate
50
50
You can’t perform that action at this time.
0 commit comments