Skip to content

Commit

Permalink
Update google-protobuf to 3.17.1 (#212)
Browse files Browse the repository at this point in the history
google-protobuf 3.15.x has a bug that causes a seg fault in Ruby under
certain conditions (protocolbuffers/protobuf#8639). Use
google-protobuf 3.17.1 instead.
  • Loading branch information
stanhu committed May 24, 2021
1 parent f658870 commit 4812725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -2,14 +2,14 @@ PATH
remote: .
specs:
pg_query (2.0.3)
google-protobuf (~> 3.15.5)
google-protobuf (~> 3.17.1)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.1)
diff-lcs (1.3)
google-protobuf (3.15.7)
google-protobuf (3.17.1)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion pg_query.gemspec
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rubocop', '0.49.1'
s.add_development_dependency 'rubocop-rspec', '1.15.1'
s.add_dependency 'google-protobuf', '~> 3.15.5'
s.add_dependency 'google-protobuf', '~> 3.17.1'
end

0 comments on commit 4812725

Please sign in to comment.