Skip to content

Commit

Permalink
Merge pull request grpc#973 from tbetbetbe/grpc_ruby_trim_dependencies
Browse files Browse the repository at this point in the history
Removes unused dependencies
  • Loading branch information
murgatroid99 committed Mar 6, 2015
2 parents 2425790 + dfa5efb commit 3e0f48b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ruby/grpc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.platform = Gem::Platform::RUBY

s.add_dependency 'faraday', '~> 0.9'
s.add_dependency 'google-protobuf', '~> 3.0.0alpha.1.1'
s.add_dependency 'googleauth', '~> 0.1'
s.add_dependency 'logging', '~> 1.8'
s.add_dependency 'jwt', '~> 1.2.1'
s.add_dependency 'minitest', '~> 5.4' # reqd for interop tests
s.add_dependency 'multi_json', '1.10.1'
s.add_dependency 'signet', '~> 0.6.0'
s.add_dependency 'xray', '~> 1.1'

s.add_development_dependency 'bundler', '~> 1.7'
Expand Down

0 comments on commit 3e0f48b

Please sign in to comment.