Skip to content

Commit

Permalink
Merge from main.
Browse files Browse the repository at this point in the history
Use FFI 1.17.RC2.
  • Loading branch information
JasonLunn committed Apr 22, 2024
1 parent c023c2b commit 44d19d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/google-protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
# more details:
# https://github.com/protocolbuffers/protobuf/pull/15203
s.add_dependency "rake", ">= 13"
s.add_development_dependency "ffi", "~>1"
s.add_development_dependency "ffi", "~>1.17.0.rc2"
s.add_development_dependency "ffi-compiler", "~>1"
s.add_development_dependency "rake-compiler", "~> 1.1.0"
s.add_development_dependency "test-unit", '~> 3.0', '>= 3.0.9'
Expand Down

0 comments on commit 44d19d4

Please sign in to comment.