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