Skip to content

Commit d41dc73

Browse files
committed
Update Gemfile.lock for new platforms and gem versions
Added support for x86-mingw32 and x86_64-linux platforms and updated gem versions and platform-specific dependencies in Gemfile.lock. Bundler version updated from 2.6.9 to 2.3.27.
1 parent a8f0c53 commit d41dc73

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Gemfile.lock

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,20 @@ GEM
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15+
eventmachine (1.2.7-x86-mingw32)
1516
ffi (1.17.2-x64-mingw-ucrt)
17+
ffi (1.17.2-x86-mingw32)
18+
ffi (1.17.2-x86_64-linux-gnu)
1619
forwardable-extended (2.6.0)
1720
google-protobuf (4.31.1-x64-mingw-ucrt)
1821
bigdecimal
1922
rake (>= 13)
23+
google-protobuf (4.31.1-x86-mingw32)
24+
bigdecimal
25+
rake (>= 13)
26+
google-protobuf (4.31.1-x86_64-linux-gnu)
27+
bigdecimal
28+
rake (>= 13)
2029
http_parser.rb (0.8.0)
2130
i18n (1.14.7)
2231
concurrent-ruby (~> 1.0)
@@ -71,8 +80,9 @@ GEM
7180
rexml (3.4.1)
7281
rouge (4.6.0)
7382
safe_yaml (1.0.5)
74-
sass-embedded (1.90.0-x64-mingw-ucrt)
83+
sass-embedded (1.90.0)
7584
google-protobuf (~> 4.31)
85+
rake (>= 13)
7686
terminal-table (3.0.2)
7787
unicode-display_width (>= 1.1.1, < 3)
7888
tzinfo (2.0.6)
@@ -85,6 +95,8 @@ GEM
8595

8696
PLATFORMS
8797
x64-mingw-ucrt
98+
x86-mingw32
99+
x86_64-linux
88100

89101
DEPENDENCIES
90102
http_parser.rb (~> 0.6.0)
@@ -96,4 +108,4 @@ DEPENDENCIES
96108
wdm (~> 0.1)
97109

98110
BUNDLED WITH
99-
2.6.9
111+
2.3.27

0 commit comments

Comments
 (0)