Merge pull request #193 from tbetbetbe/ruby-docs-corrects-demo

Ruby docs corrects demo
This commit is contained in:
Michael Lumish 2015-04-30 10:42:41 -07:00
commit b89d59ec8c
2 changed files with 2 additions and 11 deletions

View File

@ -3,13 +3,4 @@
source 'https://rubygems.org/'
# Update this to reflect the local installation of gRPC.
gem 'grpc', path: '~/grpc/src/ruby'
# TODO: fix this if/when the gRPC repo structure changes.
#
# At the moment it's not possible to use grpc Ruby via git/github reference
#
# git 'git@github.com:grpc/grpc.git' do
# gem 'grpc'
# end
gemspec

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.5.0'
s.add_dependency 'grpc', '~> 0.6'
s.add_development_dependency 'bundler', '~> 1.7'
end