mloughran / em-hiredis

Eventmachine redis client
MIT License
221 stars 63 forks source link

Latest current em-hiredis #48

Closed skull-squadron closed 8 years ago

skull-squadron commented 8 years ago

Symptoms

Bundler could not find compatible versions for gem "hiredis":
  In Gemfile:
    hiredis (~> x.y.z)

    em-hiredis (~> 0.3.0) was resolved to 0.3.0, which depends on
      hiredis (~> 0.5.0)
skull-squadron commented 8 years ago

Try it out

gem install specific_install; gem specific_install steakknife/em-hiredis

Or with bundler

gem: 'em-hiredis', github: 'steakknife/em-hiredis'

To try out master instead

gem install specific_install; gem specific_install mloughran/em-hiredis

Or with bundler

gem: 'em-hiredis', github: 'mloughran/em-hiredis'