diff options
| author | mo khan <mo@mokhan.ca> | 2024-12-05 17:44:54 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2024-12-05 17:44:54 -0700 |
| commit | 6c57b7a8c8424440083d2b60f6c5dbf52001ddc5 (patch) | |
| tree | 87b3fa47fe475afc901253593e939b61b963b407 | |
| parent | 3577cabc41b6b0a4dd5fee9e64ba1fb0b4715b6f (diff) | |
chore: fix Gemfile.lock
| -rw-r--r-- | Gemfile.lock | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e9bdec7..4818464 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,12 +63,18 @@ GEM loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.8) minitest (5.25.4) net-hippie (1.2.0) logger (~> 1.0) - nokogiri (1.16.8) - mini_portile2 (~> 2.8.2) + nokogiri (1.16.8-aarch64-linux) + racc (~> 1.4) + nokogiri (1.16.8-arm-linux) + racc (~> 1.4) + nokogiri (1.16.8-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.8-x86-linux) + racc (~> 1.4) + nokogiri (1.16.8-x86_64-darwin) racc (~> 1.4) nokogiri (1.16.8-x86_64-linux) racc (~> 1.4) @@ -144,7 +150,11 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) PLATFORMS - ruby + aarch64-linux + arm-linux + arm64-darwin + x86-linux + x86_64-darwin x86_64-linux DEPENDENCIES @@ -158,4 +168,4 @@ DEPENDENCIES webmock (~> 3.5) BUNDLED WITH - 2.3.6 + 2.5.23 |
