keolo / mixpanel_client

Ruby interface to the Mixpanel Data API
MIT License
148 stars 72 forks source link

Faraday dependency very old #42

Closed cooperia closed 9 years ago

cooperia commented 9 years ago

When installing the gem, one often hits the following:

Bundler could not find compatible versions for gem "faraday":
  In Gemfile:
    mixpanel-client (>= 0) ruby depends on
      faraday (~> 0.8.0) ruby

    twitter (~> 5.7.1) ruby depends on
      faraday (0.9.0)

I recommend either bumping up the locked version of typhoeus or removing the version lock entirely.

keolo commented 9 years ago

Thanks! I'll fix this asap. I'm also open to pull requests. ;)

cooperia commented 9 years ago

Here you go https://github.com/keolo/mixpanel_client/pull/43. =)

One test was failing locally due to very deprecated stuff, is green now.

keolo commented 9 years ago

Awesome! I'll merge and release a new gem soon.

keolo commented 9 years ago

I merged in your pr and released a new version 4.1.2. Thanks!