Skip to content

Incompatible dependency error when installing directly from github #13

@mrodriguezio

Description

@mrodriguezio

Given the following entries in my Gemfile:

gem "fluentd", "1.2.5"
gem 'fluent-plugin-remote-syslog', github: 'docebo/fluent-plugin-remote-syslog', branch: 'master'

I'm getting:

Fetching https://github.com/docebo/fluent-plugin-remote-syslog.git
Fetching gem metadata from https://rubygems.org/............
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "fluentd":
  In Gemfile.extras:
    fluentd (= 1.2.5)

    fluent-plugin-remote-syslog was resolved to 1.0, which depends on
      fluentd (~> 0.10.45)

I know current version in rubygems is 1.1 but I need the latest changes, hence I'm using the github custom source.

Is there any chance to get the rubygems version for this gem updated?

Metadata

Metadata

Assignees

No one assigned

    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