Skip to content

Commit

Permalink
Use FFI 1.17.RC2.
Browse files Browse the repository at this point in the history
Rollback `rules_ruby` to latest.
  • Loading branch information
JasonLunn committed Apr 22, 2024
1 parent 02ec605 commit c023c2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ kt_register_toolchains()

http_archive(
name = "rules_ruby",
sha256 = "ecf2bbdd7fdaccefe5eef68e800f529503f942da3acb2e8a32d96fb2f8e176f2",
strip_prefix = "rules_ruby-4f05aac363689551acb6d13fa015e51352af3960",
sha256 = "347927fd8de6132099fcdc58e8f7eab7bde4eb2fd424546b9cd4f1c6f8f8bad8",
strip_prefix = "rules_ruby-b7f3e9756f3c45527be27bc38840d5a1ba690436",
urls = [
"https://github.com/protocolbuffers/rules_ruby/archive/4f05aac363689551acb6d13fa015e51352af3960.zip",
"https://github.com/protocolbuffers/rules_ruby/archive/b7f3e9756f3c45527be27bc38840d5a1ba690436.zip",
],
)

Expand Down
2 changes: 1 addition & 1 deletion ruby/google-protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
BUILD\.bazel|extconf\.rb|wrap_memcpy\.c)$/x
end
s.extensions = ["ext/google/protobuf_c/Rakefile"]
s.add_dependency "ffi", "~>1"
s.add_dependency "ffi", "~>1.17.0.rc2"
s.add_dependency "ffi-compiler", "~>1"
else
s.files += Dir.glob('ext/**/*').reject do |file|
Expand Down

0 comments on commit c023c2b

Please sign in to comment.