Skip to content

Commit

Permalink
Specify Protobuf Version To Fix Build (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeRauk authored Jul 17, 2024
1 parent 5d12aa3 commit dc937e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org'

gem 'google-protobuf', '~> 3.19.6'

gemspec
1 change: 1 addition & 0 deletions examples/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ gem 'temporal-ruby', path: '../'

gem 'dry-types', '>= 1.7.2'
gem 'dry-struct', '~> 1.6.0'
gem 'google-protobuf', '~> 3.19.6'

gem 'rspec', group: :test

0 comments on commit dc937e8

Please sign in to comment.