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?
Given the following entries in my Gemfile:
I'm getting:
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?