Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a multi-platform Gemfile.lock #19804

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ ruby/tests/utf8_pb.rb
ruby/compatibility_tests/v3.0.0/protoc
ruby/compatibility_tests/v3.0.0/tests/generated_code_pb.rb
ruby/compatibility_tests/v3.0.0/tests/test_import_pb.rb
ruby/Gemfile.lock

# IntelliJ CLion Config files and build output
cmake/.idea
Expand Down
47 changes: 47 additions & 0 deletions ruby/Gemfile.lock
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
Loading