Update ot JRuby 1.7.22

Fixes #3835
This commit is contained in:
Suyog Rao 2015-09-01 15:36:58 -07:00 committed by Jordan Sissel
parent e2a5e92faf
commit 568231816e

View file

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