update jruby to last 1.7.23 release

Fixes #4260
This commit is contained in:
Pere Urbon-Bayes 2015-11-24 20:07:40 +01:00 committed by Pere Urbon
parent c517e67596
commit 245319e9b8

View file

@ -1,6 +1,6 @@
namespace "vendor" do
VERSIONS = {
"jruby" => { "version" => "1.7.22", "sha1" => "6b9e310a04ad8173d0d6dbe299da04c0ef85fc15" },
"jruby" => { "version" => "1.7.23", "sha1" => "2b5e796feeed2bcfab02f8bf2ff3d77ca318e310" },
}
def vendor(*args)