redis-store/redis-rack

Update rack dependency

jorihardman opened this issue · 1 comments

I'm getting:

Bundler could not find compatible versions for gem "rack":
  In Gemfile:
    rails (~> 4.1.0) ruby depends on
      actionpack (= 4.1.0) ruby depends on
        rack (~> 1.5.2) ruby

    redis-rails (>= 0) ruby depends on
      redis-actionpack (~> 4) ruby depends on
        redis-rack (~> 1.5.0) ruby depends on
          rack (1.5.0)

Updating the gem dependency to "~> 1.5.0" should be fine.

Nevermind, this seems to be an issue with the latest bundler. Following an issue there.