Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jan 6, 2025
1 parent 402b802 commit 904e64b
Showing 1 changed file with 20 additions and 28 deletions.
48 changes: 20 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ GEM
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
appsignal (4.3.1)
appsignal (4.3.2)
logger
rack
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand Down Expand Up @@ -120,24 +120,15 @@ GEM
net-http (>= 0.5.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.1)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.29.2)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-x86_64-linux)
bigdecimal
rake (>= 13)
hashdiff (1.1.2)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand All @@ -156,7 +147,7 @@ GEM
rugged (>= 0.24, < 2.0)
thor (>= 0.19, < 2.0)
logger (1.6.4)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -173,24 +164,23 @@ GEM
msgpack (1.7.5)
net-http (0.6.0)
uri
net-imap (0.5.2)
net-imap (0.5.5)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.2)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.2-aarch64-linux)
nokogiri (1.18.1-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
numerizer (0.1.1)
octokit (9.2.0)
Expand All @@ -217,9 +207,10 @@ GEM
rack
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -273,7 +264,7 @@ GEM
actionpack (>= 5.2, < 8.1)
railties (>= 5.2, < 8.1)
ruby2_keywords (0.0.5)
rugged (1.7.2)
rugged (1.9.0)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -310,7 +301,7 @@ GEM
sprockets (>= 3.0.0)
stringio (3.1.2)
thor (1.3.2)
tilt (2.4.0)
tilt (2.5.0)
timeout (0.4.3)
typhoeus (1.4.1)
ethon (>= 0.9.0)
Expand All @@ -327,7 +318,8 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
Expand Down Expand Up @@ -382,4 +374,4 @@ RUBY VERSION
ruby 3.4.1p0

BUNDLED WITH
2.6.1
2.6.2

0 comments on commit 904e64b

Please sign in to comment.