Use patched riak-ruby-client (closes #32)

The patched version escapes square brackets in the
key and bucket names correctly.
This commit is contained in:
Garret Alfert
2013-11-06 21:56:23 +01:00
parent 08a7cddcfe
commit 3937862358
3 changed files with 27 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ source "http://rubygems.org"
gem "sinatra"
gem "sinatra-contrib"
gem "activesupport"
gem "riak-client"
gem "riak-client", :github => "5apps/riak-ruby-client", :branch => "invalid_uri_error"
gem "fog"
group :test do