Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1 Has Invalid Dependencies #93

Open
dbcfd opened this issue Feb 5, 2021 · 1 comment
Open

2.1 Has Invalid Dependencies #93

dbcfd opened this issue Feb 5, 2021 · 1 comment

Comments

@dbcfd
Copy link

dbcfd commented Feb 5, 2021

Using jruby -S bundle install with logstash-devutils at 2.1

Bundler could not find compatible versions for gem "logstash-core":
  In Gemfile:
    logstash-devutils (~> 2.1) was resolved to 2.1.0, which depends on
      logstash-codec-plain was resolved to 1.0.0, which depends on
        logstash-core (>= 1.4.0, < 2.0.0)

    logstash-devutils (~> 2.1) was resolved to 2.1.0, which depends on
      logstash-core (>= 6.3)```

Downgrading to `2.0` installs correctly.
@apple-corps
Copy link

I think what I've learned is that logstash uses it's own bundler to install dependencies. Then from the logstash source tree there are binaries provided. If you try to use the jruby bundler it will fail. Jruby did not previously include bundler. I might be able to help you if you need additional suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants