riak-ripple / ripple

A rich Ruby modeling layer for Riak, Basho's distributed database
Other
619 stars 152 forks source link

ripple vs riak-client 1.1.0 #307

Closed thunder- closed 11 years ago

thunder- commented 11 years ago

Hi,

I'm having a gemspec which makes use of riak-client aswell as ripple. Because of the latest Riak 1.2 release I was looking at moving to riak-client 1.1.0 ...

This however does not play nice with ripple, because of: gem.add_dependency "riak-client", "~> 1.0.0"

thunder- commented 11 years ago

This has been solved by https://github.com/basho/ripple/pull/308