Skip to content

Commit

Permalink
Merge pull request #5 from corgibytes/grpc-tool
Browse files Browse the repository at this point in the history
Adds grpc-tools as a package dependency
  • Loading branch information
mscottford committed Aug 25, 2023
2 parents ad237e3 + baa36b8 commit 39049e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ gem 'rubocop', '~> 1.21'
gem 'rubocop-performance'

gem 'semver2', '~> 3.4', '>= 3.4.2'

gem 'grpc-tools'
1 change: 1 addition & 0 deletions freshli-commons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Gem::Specification.new do |spec|
# spec.add_dependency "example-gem", "~> 1.0"
spec.add_dependency 'aruba', '~> 2.1.0'
spec.add_dependency 'grpc'
spec.add_denpenency 'grpc-tools'
spec.add_dependency 'rspec-expectations'
spec.add_dependency 'sqlite3'

Expand Down

0 comments on commit 39049e2

Please sign in to comment.