Skip to content

Commit

Permalink
Merge pull request #109 from omgrr/update_grpc_version
Browse files Browse the repository at this point in the history
Update grpc version
  • Loading branch information
davissp14 authored Oct 23, 2017
2 parents f284567 + 1bd33f5 commit fab083a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdv3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

s.add_dependency("grpc", "1.6.0")
s.add_dependency("grpc", "~> 1.6")
s.add_development_dependency("rspec")
end

0 comments on commit fab083a

Please sign in to comment.