Skip to content

Commit

Permalink
Tightening beefcake requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Neubauer committed Feb 3, 2015
1 parent 8cc68b2 commit a9d38b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riemann-client.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '>= 1.3'
spec.add_development_dependency 'bacon'

spec.add_dependency 'beefcake', '>= 0.3.5'
spec.add_dependency 'beefcake', ['>= 0.3.5','<= 1.0.0 ']
spec.add_dependency 'trollop', '>= 1.16.2'
spec.add_dependency 'mtrc', '>= 0.0.4'
end

0 comments on commit a9d38b4

Please sign in to comment.