Skip to content

Commit

Permalink
retry an earlier attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
George committed Nov 1, 2024
1 parent 63b547f commit 8c4d5d6
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
backports (3.25.0)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
csv (3.3.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
Expand All @@ -22,15 +22,15 @@ GEM
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x64-mingw32)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux)
ffi (1.17.0-x86_64-linux-musl)
forwardable-extended (2.6.0)
google-protobuf (4.28.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.2-x86_64-linux)
bigdecimal
rake (>= 13)
google-protobuf (3.25.5-arm64-darwin)
google-protobuf (3.25.5-x64-mingw32)
google-protobuf (3.25.5-x86_64-darwin)
google-protobuf (3.25.5-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -95,14 +95,9 @@ GEM
rexml (3.3.8)
rouge (4.4.0)
safe_yaml (1.0.5)
sass-embedded (1.79.4-arm64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.79.4-x86_64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.79.4-x86_64-linux-gnu)
google-protobuf (~> 4.27)
sass-embedded (1.79.4-x86_64-linux-musl)
google-protobuf (~> 4.27)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -121,6 +116,7 @@ GEM
PLATFORMS
arm64-darwin-23
universal-darwin-21
x64-mingw32
x86_64-linux
x86_64-linux-musl

Expand All @@ -145,4 +141,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.5.15
2.5.22

0 comments on commit 8c4d5d6

Please sign in to comment.