Skip to content

Commit

Permalink
Update twirp.gemspec
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Bendell <[email protected]>
  • Loading branch information
cocoahero and colinbendell authored Jul 15, 2024
1 parent 4c7148b commit b1a0871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twirp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 1.9'
spec.add_runtime_dependency 'google-protobuf', '>= 3.7.0', '< 5'
spec.add_runtime_dependency 'google-protobuf', '>= 3.25', '< 5.a'
spec.add_runtime_dependency 'faraday', '< 3' # for clients
spec.add_dependency 'rack', '>= 2.2.3' # for service server handling

Expand Down

0 comments on commit b1a0871

Please sign in to comment.