Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

older jwt dependency blocking aptible-cli install #4

Open
eliotk opened this issue Apr 1, 2015 · 3 comments
Open

older jwt dependency blocking aptible-cli install #4

eliotk opened this issue Apr 1, 2015 · 3 comments
Labels

Comments

@eliotk
Copy link

eliotk commented Apr 1, 2015

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
Copy link
Member

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
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants