You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: