Merge pull request #2189 from TracksApp/use-ruby-24

Bump Ruby to 2.4
This commit is contained in:
Matt Rogers 2019-04-07 17:23:41 -05:00 committed by GitHub
commit 93ed86b4c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM ruby:2.3
FROM ruby:2.4
WORKDIR /app