-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a multi-platform Gemfile.lock (#19804)
Prerequisite for adopting https://github.com/bazel-contrib/rules_ruby #test-continuous Closes #19804 COPYBARA_INTEGRATE_REVIEW=#19804 from protocolbuffers:gemfile_lock 2bf39f5 PiperOrigin-RevId: 714311028
- Loading branch information
1 parent
975bb07
commit 56f318d
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
google-protobuf (4.30.0-java) | ||
ffi (~> 1) | ||
ffi-compiler (~> 1) | ||
rake (>= 13) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
bigdecimal (3.1.8) | ||
bigdecimal (3.1.8-java) | ||
ffi (1.17.0) | ||
ffi-compiler (1.3.2) | ||
ffi (>= 1.15.5) | ||
rake | ||
power_assert (2.0.5) | ||
rake (13.2.1) | ||
rake-compiler (1.1.9) | ||
rake | ||
test-unit (3.6.7) | ||
power_assert | ||
|
||
PLATFORMS | ||
aarch64-linux | ||
arm-linux | ||
arm64-darwin | ||
arm64-linux | ||
java | ||
x64-mingw-ucrt | ||
x64-mingw32 | ||
x86-linux | ||
x86-mingw32 | ||
x86_64-darwin | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
bigdecimal | ||
ffi (~> 1) | ||
ffi-compiler (~> 1) | ||
google-protobuf! | ||
rake-compiler (~> 1.1.0) | ||
test-unit (~> 3.0, >= 3.0.9) | ||
|
||
BUNDLED WITH | ||
2.4.10 |