Skip to content

Investigate why PR #45 fails #46

@andsel

Description

@andsel

Running the #45 locally with

export ELASTIC_STACK_VERSION=7.x
.ci/docker-setup.sh

it goes in troubles resolving dependencies:

#15 7.390     logstash-devutils java was resolved to 2.6.2, which depends on
#15 7.390       rspec (~> 3.0) java was resolved to 3.13.0, which depends on
#15 7.390         rspec-core (~> 3.13.0) java was resolved to 3.13.0, which depends on
#15 7.390           ruby (>= 1.8.7) java
#15 ERROR: process "/bin/sh -c bundle install --with test ci" did not complete successfully: exit code: 6
------
 > [logstash 11/13] RUN bundle install --with test ci:
7.390         ruby (>= 2.0) java
7.390
7.390     logstash-core java was resolved to 7.17.22, which depends on
7.390       puma (~> 5, >= 5.6.8) java was resolved to 5.6.8, which depends on
7.390         ruby (>= 2.2) java
7.390
7.390     logstash-devutils java was resolved to 2.6.2, which depends on
7.390       rspec (~> 3.0) java was resolved to 3.13.0, which depends on
7.390         rspec-core (~> 3.13.0) java was resolved to 3.13.0, which depends on
7.390           ruby (>= 1.8.7) java
------

Same happens also on CI https://app.travis-ci.com/github/logstash-plugins/logstash-codec-avro/jobs/622355109#L502

If the gemspec dependency

s.add_runtime_dependency "avro", "~> 1.11.3"

is moved back to

s.add_runtime_dependency "avro", "~> 1.10.2"

despite the transitive dependency, as showed by rubygems, is the same:
multi_json 1.15.0 -> rspec 3.13.0 -> rspec-core 3.13.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions