entangled icon indicating copy to clipboard operation
entangled copied to clipboard

Bundler could not find compatible versions for gem "redis"

Open RailsCod3rFuture opened this issue 7 years ago • 0 comments

Can you update the gem spec to support the latest redis and rails 5.2. Thank you.

Bundler could not find compatible versions for gem "redis":
  In snapshot (Gemfile.lock):
    redis (= 4.0.2)

  In Gemfile:
    redis x64-mingw32

    entangled x64-mingw32 was resolved to 1.5.0, which depends on
      redis (~> 3.2) x64-mingw32

resque (>= 1.27.4, ~> 1.27) x64-mingw32 was resolved to 1.27.4, which
depends on
redis-namespace (~> 1.3) x64-mingw32 was resolved to 1.6.0, which depends
on
        redis (>= 3.0.4) x64-mingw32

    resque-scheduler x64-mingw32 was resolved to 4.3.1, which depends on
      redis (< 5, >= 3.3) x64-mingw32

    sidekiq x64-mingw32 was resolved to 5.2.1, which depends on
      redis (< 5, >= 3.3.5) x64-mingw32

RailsCod3rFuture avatar Oct 29 '18 03:10 RailsCod3rFuture