josqu4red / lita-nagios

Nagios handler for Lita bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibilty with Lita 4.3.0

GaryCarneiro opened this issue · comments

Hello,
I was working with Lita 4.3.0 and looks like the dependencies need to be changed.

Resolving dependencies...
Bundler could not find compatible versions for gem "hashie":
  In Gemfile:
    lita-nagios (>= 0) ruby depends on
      nagiosharder (>= 0.5.0) ruby depends on
        hashie (~> 1.2.0) ruby

    url_shortener (>= 0) ruby depends on
      hashie (0.4.0)

Bundler could not find compatible versions for gem "lita":
  In Gemfile:
    lita-nagios (>= 0) ruby depends on
      lita (~> 3.0) ruby

    lita (4.3.0)
commented

Looks like the issue comes from url_shortener dependency on an old hashie version.

I just bundled a Lita 4.3.1 with lita-nagios with this Gemfile:

source "https://rubygems.org"

gem "lita"
gem "lita-slack"
gem "lita-nagios"

You may want to ask url_shortener maintainer for a dependency update.

Thank you for quick response.
Will contact url_shortener owner