Update gemfile to fix travis

This commit is contained in:
Wout Schellaert 2018-12-13 19:42:18 +01:00
parent a68f6295b9
commit ac298f6869
2 changed files with 4 additions and 2 deletions

View file

@ -348,9 +348,10 @@ DEPENDENCIES
spring (= 1.6.2)
sqlite3 (= 1.3.11)
turbolinks (= 2.5.3)
tzinfo-data
uglifier (>= 1.3.0)
webmock
will_paginate (= 3.0.7)
BUNDLED WITH
1.16.1
1.17.2

View file

@ -3,7 +3,8 @@
Yes. We have to drink. But we also have to pay. This is the drinking part.
## Installation
1. Make sure Ruby version 2.4.0-dev is installed by running `rbenv version`. If it isn't, install by running `rbenv install 2.4.0-dev`
1. Make sure Ruby version 2.4.0 is installed by running `rbenv version`. If it isn't, install by running `rbenv install`
2. Run `bundle update` and `bundle install`
3. Migrate the db using `bundle exec rake db:migrate`
4. Start Tap by running `bundle exec rails s`