We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438e72b commit e147fb4Copy full SHA for e147fb4
1 file changed
Gemfile.lock
@@ -11,10 +11,14 @@ GEM
11
http_parser.rb (~> 0)
12
eventmachine (1.2.7)
13
ffi (1.17.1-arm64-darwin)
14
+ ffi (1.17.1-x86_64-linux-gnu)
15
forwardable-extended (2.6.0)
16
google-protobuf (4.30.2-arm64-darwin)
17
bigdecimal
18
rake (>= 13)
19
+ google-protobuf (4.30.2-x86_64-linux)
20
+ bigdecimal
21
+ rake (>= 13)
22
http_parser.rb (0.8.0)
23
i18n (1.14.7)
24
concurrent-ruby (~> 1.0)
@@ -64,13 +68,16 @@ GEM
64
68
safe_yaml (1.0.5)
65
69
sass-embedded (1.86.1-arm64-darwin)
66
70
google-protobuf (~> 4.30)
71
+ sass-embedded (1.86.1-x86_64-linux-gnu)
72
+ google-protobuf (~> 4.30)
67
73
terminal-table (3.0.2)
74
unicode-display_width (>= 1.1.1, < 3)
75
unicode-display_width (2.6.0)
76
webrick (1.9.1)
77
78
PLATFORMS
79
arm64-darwin
80
+ x86_64-linux
81
82
DEPENDENCIES
83
http_parser.rb (~> 0.6.0)
0 commit comments