We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca34f8 commit 0cdc24eCopy full SHA for 0cdc24e
1 file changed
Gemfile.lock
@@ -13,10 +13,14 @@ GEM
13
http_parser.rb (~> 0)
14
eventmachine (1.2.7)
15
ffi (1.17.1-x64-mingw-ucrt)
16
+ ffi (1.17.1-x86_64-linux-gnu)
17
forwardable-extended (2.6.0)
18
google-protobuf (4.30.0-x64-mingw-ucrt)
19
bigdecimal
20
rake (>= 13)
21
+ google-protobuf (4.30.0-x86_64-linux)
22
+ bigdecimal
23
+ rake (>= 13)
24
http_parser.rb (0.8.0)
25
i18n (1.14.7)
26
concurrent-ruby (~> 1.0)
@@ -73,6 +77,8 @@ GEM
73
77
safe_yaml (1.0.5)
74
78
sass-embedded (1.85.1-x64-mingw-ucrt)
75
79
google-protobuf (~> 4.29)
80
+ sass-embedded (1.85.1-x86_64-linux-gnu)
81
+ google-protobuf (~> 4.29)
76
82
terminal-table (3.0.2)
83
unicode-display_width (>= 1.1.1, < 3)
84
tzinfo (2.0.6)
@@ -85,6 +91,7 @@ GEM
85
91
86
92
PLATFORMS
87
93
x64-mingw-ucrt
94
+ x86_64-linux
88
95
89
96
DEPENDENCIES
90
97
http_parser.rb (~> 0.6.0)
0 commit comments