aptible / fridge

Token validation for distributed resource servers
MIT License
6 stars 7 forks source link

older jwt dependency blocking aptible-cli install #4

Open eliotk opened 9 years ago

eliotk commented 9 years ago

I have a dependency mismatch because of the out-of-date jwt dependency:

Bundler could not find compatible versions for gem "jwt":
  In Gemfile:
    omniauth-snowflake (>= 0) ruby depends on
      omniauth-oauth2 (~> 1.2) ruby depends on
        oauth2 (~> 1.0) ruby depends on
          jwt (~> 1.0) ruby

    aptible-cli (>= 0) ruby depends on
      aptible-api (>= 0.5.3) ruby depends on
        aptible-resource (>= 0.2.1) ruby depends on
          fridge (>= 0) ruby depends on
            jwt (0.1.13)

Are you okay w/ bumping that up?

Thanks!, Eliot

fancyremarker commented 9 years ago

Hey @eliotk, sorry — didn't see this issue until now. I'm pushing this to the top of our Ready list. I think it's a duplicate of aptible/aptible-cli#77. In the meantime, I recommend installing aptible-toolbelt globally, and running aptible outside your Bundler context, but I figure you've already done this.

christopher-haueter commented 8 years ago

Hi @fancyremarker, we're running into this issue, too. Unfortunately we can't use aptible-toolbelt globally, because we use aptible-cli in our application.

Currently the only way to move forward with Twilio integration is to use the previous major release twilio-ruby of >= 3.0 (latest is 4.11.1).

screen shot 2016-04-28 at 3 10 26 pm

christopher-haueter commented 8 years ago

Update: the Twilio API no longer supports the older gem version, so this is blocking our use of Twilio entirely. We'll have to use another SMS gateway such as Plivo.