Skip to content

Commit

Permalink
Downgrade riak-client to 1.0.0 for now to fix Travis CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgr0ss committed Apr 13, 2012
1 parent 67fd836 commit 38de9af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
curator (0.4.0)
curator (0.5.0)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
json
riak-client (>= 1.0.0)
riak-client (= 1.0.0)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion curator.gemspec
Expand Up @@ -11,5 +11,5 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', '>= 3.0.0')
s.add_dependency('activemodel', '>= 3.0.0')
s.add_dependency('json')
s.add_dependency('riak-client', '>= 1.0.0')
s.add_dependency('riak-client', '= 1.0.0')
end

0 comments on commit 38de9af

Please sign in to comment.