Update to JRuby 9.1.10.0

Update from 9.1.9.0 to 9.1.10.0

Fixes #7425
This commit is contained in:
Pier-Hugues Pellerin 2017-06-12 15:53:21 -04:00
parent 26a8163f19
commit 7dcf9ad763
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ cache:
- vendor/bundle
- ~/.gradle/
rvm:
- jruby-9.1.9.0
- jruby-9.1.10.0
jdk:
- oraclejdk8
env:

View file

@ -1,6 +1,6 @@
namespace "vendor" do
VERSIONS = {
"jruby" => { "version" => "9.1.9.0", "sha1" => "b062fe6e411e4dab52ac7a25078b63e831471f9b" },
"jruby" => { "version" => "9.1.10.0", "sha1" => "ced42e80db30fa0d0ea3bb97c5da860c34d98e3e" },
}
def vendor(*args)