removes an unnecessary restriction

This commit is contained in:
Tim Emiola 2015-04-30 10:32:08 -07:00
parent 8669e14882
commit 498000c518
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.platform = Gem::Platform::RUBY
s.add_dependency 'grpc', '~> 0.6.0'
s.add_dependency 'grpc', '~> 0.6'
s.add_development_dependency 'bundler', '~> 1.7'
end