Skip to content

Commit

Permalink
chore: set google-protobuf minimum version to 4.27.5 (fixes #78)
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Oct 5, 2024
1 parent b49dd08 commit 4e5257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_info.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'uuidtools', '>= 2.1.5', '< 2.3.0'
spec.add_dependency 'icns', '~> 0.2.0'
spec.add_dependency 'pedump', '~> 0.6.2'
spec.add_dependency 'google-protobuf', '>= 4.27.1', '< 5.0.0'
spec.add_dependency 'google-protobuf', '>= 4.27.5', '< 5.0.0'

spec.add_development_dependency 'bundler', '>= 1.12'
spec.add_development_dependency 'rake', '>= 10.0'
Expand Down

0 comments on commit 4e5257e

Please sign in to comment.