update deps

This commit is contained in:
Kyle Drake 2025-01-31 21:55:33 -06:00
parent f8f914879c
commit 2cb5fb2399

View file

@ -13,25 +13,29 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
acme-client (2.0.15) acme-client (2.0.19)
base64 (~> 0.2.0)
faraday (>= 1.0, < 3.0.0) faraday (>= 1.0, < 3.0.0)
faraday-retry (>= 1.0, < 3.0.0) faraday-retry (>= 1.0, < 3.0.0)
activesupport (7.1.2) activesupport (8.0.1)
base64 base64
benchmark (>= 0.3)
bigdecimal bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5) connection_pool (>= 2.2.5)
drb drb
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1) minitest (>= 5.1)
mutex_m securerandom (>= 0.3)
tzinfo (~> 2.0) tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.6) uri (>= 0.13.1)
public_suffix (>= 2.0.2, < 6.0) addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
adequate_crypto_address (0.1.9) adequate_crypto_address (0.1.9)
base58 (~> 0.2) base58 (~> 0.2)
keccak (~> 1.3) keccak (~> 1.3)
airbrake (13.0.4) airbrake (13.0.5)
airbrake-ruby (~> 6.0) airbrake-ruby (~> 6.0)
airbrake-ruby (6.2.2) airbrake-ruby (6.2.2)
rbtree3 (~> 0.6) rbtree3 (~> 0.6)
@ -39,13 +43,14 @@ GEM
base58 (0.2.3) base58 (0.2.3)
base64 (0.2.0) base64 (0.2.0)
bcrypt (3.1.20) bcrypt (3.1.20)
bigdecimal (3.1.5) benchmark (0.4.0)
builder (3.2.4) bigdecimal (3.1.9)
capybara (3.39.2) builder (3.3.0)
capybara (3.40.0)
addressable addressable
matrix matrix
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
nokogiri (~> 1.8) nokogiri (~> 1.11)
rack (>= 1.6.0) rack (>= 1.6.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0) regexp_parser (>= 1.5, < 3.0)
@ -53,32 +58,32 @@ GEM
certified (1.0.0) certified (1.0.0)
climate_control (1.2.0) climate_control (1.2.0)
coderay (1.1.3) coderay (1.1.3)
concurrent-ruby (1.2.3) concurrent-ruby (1.3.5)
connection_pool (2.4.1) connection_pool (2.5.0)
coveralls_reborn (0.28.0) coveralls_reborn (0.28.0)
simplecov (~> 0.22.0) simplecov (~> 0.22.0)
term-ansicolor (~> 1.7) term-ansicolor (~> 1.7)
thor (~> 1.2) thor (~> 1.2)
tins (~> 1.32) tins (~> 1.32)
crack (0.4.5) crack (1.0.0)
bigdecimal
rexml rexml
crass (1.0.6) crass (1.0.6)
dante (0.2.0) dante (0.2.0)
date (3.3.4) date (3.4.1)
dnsbl-client (1.1.1) dnsbl-client (1.1.1)
docile (1.4.0) docile (1.4.1)
domain_name (0.6.20231109) domain_name (0.6.20240107)
drb (2.2.0) drb (2.2.1)
ruby2_keywords
erubi (1.13.1) erubi (1.13.1)
exifr (1.4.0) exifr (1.4.1)
fabrication (2.31.0) fabrication (2.31.0)
facter (4.5.1) facter (4.6.1)
hocon (~> 1.3) hocon (~> 1.3)
thor (>= 1.0.1, < 2.0) thor (>= 1.0.1, < 2.0)
faker (3.2.2) faker (3.5.1)
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
faraday (1.10.3) faraday (1.10.4)
faraday-em_http (~> 1.0) faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0) faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1) faraday-excon (~> 1.1)
@ -94,23 +99,23 @@ GEM
faraday-em_synchrony (1.0.0) faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0) faraday-excon (1.1.0)
faraday-httpclient (1.0.1) faraday-httpclient (1.0.1)
faraday-multipart (1.0.4) faraday-multipart (1.1.0)
multipart-post (~> 2) multipart-post (~> 2.0)
faraday-net_http (1.0.1) faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0) faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0) faraday-patron (1.0.0)
faraday-rack (1.0.0) faraday-rack (1.0.0)
faraday-retry (1.0.3) faraday-retry (1.0.3)
faraday_middleware (1.2.0) faraday_middleware (1.2.1)
faraday (~> 1.0) faraday (~> 1.0)
feedjira (2.1.4) feedjira (2.1.4)
faraday (>= 0.9) faraday (>= 0.9)
faraday_middleware (>= 0.9) faraday_middleware (>= 0.9)
loofah (>= 2.0) loofah (>= 2.0)
sax-machine (>= 1.0) sax-machine (>= 1.0)
ffi (1.16.3) ffi (1.17.1-x86_64-linux-gnu)
ffi-compiler (1.0.1) ffi-compiler (1.3.2)
ffi (>= 1.0.0) ffi (>= 1.15.5)
rake rake
filesize (0.2.0) filesize (0.2.0)
fspath (3.1.2) fspath (3.1.2)
@ -118,46 +123,48 @@ GEM
hashie hashie
xmlrpc xmlrpc
geoip (1.6.4) geoip (1.6.4)
hashdiff (1.1.0) hashdiff (1.1.2)
hashie (5.0.0) hashie (5.0.0)
hiredis (0.6.3) hiredis (0.6.3)
hocon (1.4.0) hocon (1.4.0)
hoe (4.1.0) hoe (4.2.2)
rake (>= 0.8, < 15.0) rake (>= 0.8, < 15.0)
htmlentities (4.3.4) htmlentities (4.3.4)
http (5.1.1) http (5.2.0)
addressable (~> 2.8) addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0) http-cookie (~> 1.0)
http-form_data (~> 2.2) http-form_data (~> 2.2)
llhttp-ffi (~> 0.4.0) llhttp-ffi (~> 0.5.0)
http-accept (1.7.0) http-accept (1.7.0)
http-cookie (1.0.5) http-cookie (1.0.8)
domain_name (~> 0.5) domain_name (~> 0.5)
http-form_data (2.3.0) http-form_data (2.3.0)
i18n (1.14.1) i18n (1.14.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
image_optim (0.31.3) image_optim (0.31.4)
exifr (~> 1.2, >= 1.2.2) exifr (~> 1.2, >= 1.2.2)
fspath (~> 3.0) fspath (~> 3.0)
image_size (>= 1.5, < 4) image_size (>= 1.5, < 4)
in_threads (~> 1.3) in_threads (~> 1.3)
progress (~> 3.0, >= 3.0.1) progress (~> 3.0, >= 3.0.1)
image_optim_pack (0.10.1-x86_64-linux) image_optim_pack (0.11.2-x86_64-linux)
fspath (>= 2.1, < 4) fspath (>= 2.1, < 4)
image_optim (~> 0.19) image_optim (~> 0.19)
image_optimizer (1.9.0) image_optimizer (1.9.0)
image_size (3.3.0) image_size (3.4.0)
in_threads (1.6.0) in_threads (1.6.0)
io-extra (1.4.0) io-extra (1.4.0)
ipaddress (0.8.3) ipaddress (0.8.3)
json (2.7.1) json (2.9.1)
jwt (2.7.1) jwt (2.10.1)
keccak (1.3.1) base64
llhttp-ffi (0.4.0) keccak (1.3.2)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0) ffi-compiler (~> 1.0)
rake (~> 13.0) rake (~> 13.0)
logger (1.6.5) logger (1.6.5)
loofah (2.22.0) loofah (2.24.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
m (1.6.2) m (1.6.2)
@ -176,62 +183,65 @@ GEM
connection_pool (~> 2.2) connection_pool (~> 2.2)
http (>= 4.3, < 6.0) http (>= 4.3, < 6.0)
maxmind-db (~> 1.2) maxmind-db (~> 1.2)
method_source (1.0.0) method_source (1.1.0)
mime-types (3.5.1) mime-types (3.6.0)
logger
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2023.1205) mime-types-data (3.2025.0107)
minfraud (2.3.0) minfraud (2.6.0)
connection_pool (~> 2.2) connection_pool (~> 2.2)
http (>= 4.3, < 6.0) http (>= 4.3, < 6.0)
maxmind-geoip2 (~> 1.2) maxmind-geoip2 (~> 1.2)
simpleidn (~> 0.1, >= 0.1.1) simpleidn (~> 0.1, >= 0.1.1)
mini_mime (1.1.5) mini_mime (1.1.5)
minitest (5.20.0) minitest (5.25.4)
minitest-reporters (1.6.1) minitest-reporters (1.7.1)
ansi ansi
builder builder
minitest (>= 5.0) minitest (>= 5.0)
ruby-progressbar ruby-progressbar
mocha (2.1.0) mocha (2.7.1)
ruby2_keywords (>= 0.0.5) ruby2_keywords (>= 0.0.5)
mock_redis (0.41.0) mock_redis (0.49.0)
monetize (1.12.0) redis (~> 5)
monetize (1.13.0)
money (~> 6.12) money (~> 6.12)
money (6.16.0) money (6.19.0)
i18n (>= 0.6.4, <= 2) i18n (>= 0.6.4, <= 2)
msgpack (1.7.2) msgpack (1.7.5)
multi_json (1.15.0) multi_json (1.15.0)
multipart-post (2.3.0) multipart-post (2.4.1)
mustermann (3.0.3) mustermann (3.0.3)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0) net-imap (0.5.5)
net-imap (0.4.9)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
net-protocol net-protocol
net-protocol (0.2.2) net-protocol (0.2.2)
timeout timeout
net-smtp (0.4.0) net-smtp (0.5.0)
net-protocol net-protocol
netrc (0.11.0) netrc (0.11.0)
nio4r (2.7.3) nio4r (2.7.4)
nokogiri (1.16.5-x86_64-linux) nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
ox (2.14.17) ostruct (0.6.1)
ox (2.14.21)
bigdecimal (>= 3.0)
paypal-recurring (1.1.0) paypal-recurring (1.1.0)
pg (1.5.4) pg (1.5.9)
phonelib (0.8.6) phonelib (0.10.3)
progress (3.6.0) progress (3.6.0)
pry (0.14.2) pry (0.15.2)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
public_suffix (5.0.4) public_suffix (6.0.1)
puma (6.4.3) puma (6.6.0)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.7.3) racc (1.8.1)
rack (3.1.9) rack (3.1.9)
rack-cache (1.15.0) rack-cache (1.17.0)
rack (>= 0.4) rack (>= 0.4)
rack-protection (4.1.1) rack-protection (4.1.1)
base64 (>= 0.1.0) base64 (>= 0.1.0)
@ -240,67 +250,70 @@ GEM
rack-session (2.1.0) rack-session (2.1.0)
base64 (>= 0.1.0) base64 (>= 0.1.0)
rack (>= 3.0.0) rack (>= 3.0.0)
rack-test (2.1.0) rack-test (2.2.0)
rack (>= 1.3) rack (>= 1.3)
rack_session_access (0.2.0) rack_session_access (0.2.0)
builder (>= 2.0.0) builder (>= 2.0.0)
rack (>= 1.0.0) rack (>= 1.0.0)
rake (13.1.0) rake (13.2.1)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.11.1)
ffi (~> 1.0) ffi (~> 1.0)
rbtree3 (0.7.1) rbtree3 (0.7.1)
redis (5.0.8) redis (5.3.0)
redis-client (>= 0.17.0) redis-client (>= 0.22.0)
redis-client (0.22.1) redis-client (0.23.2)
connection_pool connection_pool
redis-namespace (1.11.0) redis-namespace (1.11.0)
redis (>= 4) redis (>= 4)
regexp_parser (2.8.3) regexp_parser (2.10.0)
rest-client (2.1.0) rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0) http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0) http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0) mime-types (>= 1.16, < 4.0)
netrc (~> 0.8) netrc (~> 0.8)
rexml (3.3.9) rexml (3.4.0)
rinku (2.0.6) rinku (2.0.6)
rszr (1.3.0) rszr (1.5.0)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
rubyzip (2.3.2) rubyzip (2.4.1)
sanitize (6.1.0) sanitize (7.0.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.16.8)
sass (3.7.4) sass (3.7.4)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
sass-listen (4.0.0) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
sax-machine (1.3.2) sax-machine (1.3.2)
selenium-webdriver (4.16.0) securerandom (0.4.1)
selenium-webdriver (4.28.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5) rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0) rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0) websocket (~> 1.0)
sequel (5.75.0) sequel (5.88.0)
bigdecimal bigdecimal
sequel_pg (1.17.1) sequel_pg (1.17.1)
pg (>= 0.18.0, != 1.2.0) pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0) sequel (>= 4.38.0)
shotgun (0.9.2) shotgun (0.9.2)
rack (>= 1.0) rack (>= 1.0)
sidekiq (7.2.4) sidekiq (7.3.8)
concurrent-ruby (< 2) base64
connection_pool (>= 2.3.0) connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4) rack (>= 2.2.4)
redis-client (>= 0.19.0) redis-client (>= 0.22.2)
simplecov (0.22.0) simplecov (0.22.0)
docile (~> 1.1) docile (~> 1.1)
simplecov-html (~> 0.11) simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1) simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3) simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4) simplecov_json_formatter (0.1.4)
simpleidn (0.2.1) simpleidn (0.2.3)
unf (~> 0.1.4)
sinatra (4.1.1) sinatra (4.1.1)
logger (>= 1.6.0) logger (>= 1.6.0)
mustermann (~> 3.0) mustermann (~> 3.0)
@ -313,41 +326,42 @@ GEM
sinatra-xsendfile (0.4.2) sinatra-xsendfile (0.4.2)
sinatra (>= 0.9.1) sinatra (>= 0.9.1)
stripe (5.55.0) stripe (5.55.0)
stripe-ruby-mock (3.1.0.rc3) stripe-ruby-mock (3.1.0)
dante (>= 0.2.0) dante (>= 0.2.0)
multi_json (~> 1.0) multi_json (~> 1.0)
stripe (> 5, < 6) stripe (> 5, < 6)
sync (0.5.0) sync (0.5.0)
term-ansicolor (1.7.1) term-ansicolor (1.11.2)
tins (~> 1.0) tins (~> 1.0)
terrapin (1.0.1) terrapin (1.0.1)
climate_control climate_control
thor (1.3.0) thor (1.3.2)
thread (0.2.2) thread (0.2.2)
tilt (2.6.0) tilt (2.6.0)
timecop (0.9.8) timecop (0.9.10)
timeout (0.4.1) timeout (0.4.3)
tins (1.32.1) tins (1.38.0)
bigdecimal
sync sync
twilio-ruby (6.9.0) twilio-ruby (7.4.3)
benchmark
faraday (>= 0.9, < 3.0) faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 3.0) jwt (>= 1.5, < 3.0)
nokogiri (>= 1.6, < 2.0) nokogiri (>= 1.6, < 2.0)
ostruct
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unf (0.1.4) uri (1.0.2)
unf_ext
unf_ext (0.0.9.1)
uuidtools (2.1.5) uuidtools (2.1.5)
webmock (3.19.1) webmock (3.24.0)
addressable (>= 2.8.0) addressable (>= 2.8.0)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0) hashdiff (>= 0.4.0, < 2.0.0)
webp-ffi (0.4.0) webp-ffi (0.4.0)
ffi (>= 1.9.0) ffi (>= 1.9.0)
ffi-compiler (>= 0.1.2) ffi-compiler (>= 0.1.2)
webrick (1.8.2) webrick (1.9.1)
websocket (1.2.10) websocket (1.2.11)
will_paginate (4.0.1) will_paginate (4.0.1)
xmlrpc (0.3.3) xmlrpc (0.3.3)
webrick webrick