Skip to content

Commit

Permalink
Upgrade to riak-client 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalibor committed Aug 22, 2013
1 parent c0ebbeb commit f47c585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
risky (1.1.0)
riak-client (~> 1.2.0)
riak-client (~> 1.4.0)

GEM
remote: https://rubygems.org/
Expand All @@ -14,7 +14,7 @@ GEM
i18n (0.6.5)
innertube (1.0.2)
multi_json (1.7.9)
riak-client (1.2.0)
riak-client (1.4.0)
beefcake (~> 0.3.7)
builder (>= 2.1.2)
i18n (>= 0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion risky.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.version = Risky::VERSION
gem.license = "MIT"

gem.add_dependency "riak-client", "~> 1.2.0"
gem.add_dependency "riak-client", "~> 1.4.0"
gem.add_development_dependency "rspec"
gem.add_development_dependency "excon"
end

0 comments on commit f47c585

Please sign in to comment.