Fixes wrongly bumped Ruby version

This commit is contained in:
Igor Kuzmenko 2017-12-07 15:08:42 +02:00
parent 3f4a9f7da9
commit da7efc5586
No known key found for this signature in database
GPG Key ID: E954E8B195A9B855

View File

@ -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 <VERSION>` 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