From 426493a4d95904410cbd9b3a051c07a2fdeb644e Mon Sep 17 00:00:00 2001 From: "T.J. Maher" Date: Tue, 19 Feb 2019 14:17:39 -0500 Subject: [PATCH] Update Dockerfile for Ruby 2.4.1. Before updating the Gemfile to Ruby 2.4.1, errors mention the Dockerfile needed to be 2.4.1. Travis CI is throwing a build error on all tests: >> "'The command "eval bundle install --jobs=3 --retry=3 --deployment ' failed. Retrying, 2 of 3. >> "Your Ruby version is 2.4.1, but your Gemfile specified 2.2.5" If we update the Gemfile #39 and Dockerfile, the checks will run successfully? Maybe? I am trying to add ids to checkboxes in #38. Brand new to all of this. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5450f88d..37599abf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.2.5 +FROM ruby:2.4.1 ADD Gemfile /app/ ADD Gemfile.lock /app/