From da7efc5586c8971de030fbb3e4a736218b93437f Mon Sep 17 00:00:00 2001 From: Igor Kuzmenko Date: Thu, 7 Dec 2017 15:08:42 +0200 Subject: [PATCH] Fixes wrongly bumped Ruby version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bc05f337..80bf0267 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' ## make sure Travis supports that version. Then remind one of the ## site maintainers that they need to run `rvm install ` on ## the build server(s) before they commit to master -ruby '2.4.2' +ruby '2.4.1' ## Used on the build server. If you add a package here (like nokogiri) ## that has non-Gem dependencies (like zlib), please remind the site