mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Update ES and jruby
Updating ES to 1.0.1 Updating Jruby to 1.7.11
This commit is contained in:
parent
375ca210ac
commit
736a89f972
2 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -2,8 +2,8 @@
|
|||
# rsync
|
||||
# wget or curl
|
||||
#
|
||||
JRUBY_VERSION=1.7.10
|
||||
ELASTICSEARCH_VERSION=1.0.0
|
||||
JRUBY_VERSION=1.7.11
|
||||
ELASTICSEARCH_VERSION=1.0.1
|
||||
|
||||
WITH_JRUBY=java -jar $(shell pwd)/$(JRUBY) -S
|
||||
JRUBY=vendor/jar/jruby-complete-$(JRUBY_VERSION).jar
|
||||
|
|
|
@ -28,8 +28,8 @@ If you don't have JRuby already (or don't use rvm, rbenv, etc), you can have `bi
|
|||
Otherwise, here's how to get started with rvm:
|
||||
|
||||
# Install JRuby with rvm
|
||||
rvm install jruby-1.7.8
|
||||
rvm use jruby-1.7.8
|
||||
rvm install jruby-1.7.11
|
||||
rvm use jruby-1.7.11
|
||||
|
||||
Now install dependencies:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue