soveran / ohm

Object-Hash Mapping for Redis
http://ohm.keyvalue.org
MIT License
1.4k stars 167 forks source link

Update msgpack version. #202

Closed frodsan closed 9 years ago

frodsan commented 9 years ago

We can't use disc and ohm in the same project:

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

  In Gemfile:
    ohm (= 2.3.0) ruby depends on
      msgpack (~> 0.5.0) ruby

    disc (= 0.0.22) ruby depends on
      msgpack (~> 0.6.1) ruby

Msgpack was updated in this commit: https://github.com/soveran/ohm/commit/ceea7bffccd16d4b242e905aec07e5d252503543

frodsan commented 9 years ago

Related to https://github.com/soveran/ohm/pull/195

frodsan commented 9 years ago

It still has the same error. Closing here.