Skip to content

Commit

Permalink
Merge pull request #98 from davissp14/grpc-lib-update
Browse files Browse the repository at this point in the history
Updating GRPC gem to 1.6.0
  • Loading branch information
davissp14 authored Sep 6, 2017
2 parents 1f51c6b + 3dd0cf9 commit 6bbdd6b
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.2.5")
s.add_dependency("grpc", "1.6.0")
s.add_development_dependency("rspec")
end

0 comments on commit 6bbdd6b

Please sign in to comment.