Jdbc plugin local devepment problem?

hi :smile:

environment: macos yosemite.

use the following steps:

  1. rbenv install jruby-9.1.6.0
  2. cd logstash-git-path
  3. jruby -S gem install bundler
  4. jruby -S bundle install
  5. jruby -S bundle exec rspec

jruby -S bundle exec rspec result:

bundler: command not found: rspec
Install missing gem executables with `bundle install`

As mac has a builtin ruby, so i used the jruby -S commands.

What should i do? Freshman to ruby.

Thx

problem resolved.

  1. jruby -S bundle show rspec
    /usr/local/Cellar/jruby/9.1.7.0/libexec/lib/ruby/gems/shared/gems/rspec-3.5.0
  2. PATH="$PATH:/usr/local/Cellar/jruby/9.1.7.0/libexec/lib/ruby/gems/shared/gems/rspec-3.5.0"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.