From 28511181dfd7a2fa21c7d9788aaed1a08d5aa52a Mon Sep 17 00:00:00 2001 From: "T.J. Maher" Date: Tue, 19 Feb 2019 14:03:56 -0500 Subject: [PATCH] Update Ruby to 2.4.1 We're getting an error in Travis CI: >> "'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" Maybe updating the Ruby version would fix the problem? --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fd2f4fa8..517aa94f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.2.5' +ruby '2.4.1' gem 'sinatra' gem 'sinatra-flash'