Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/audit_log/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
samovar (2.4.1)
console (~> 1.0)
mapping (~> 1.0)
sequel (5.106.0)
sequel (5.107.0)
bigdecimal
sinatra (4.2.1)
logger (>= 1.6.0)
Expand Down
33 changes: 15 additions & 18 deletions examples/uptime_monitor_rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,12 @@ GEM
uri (>= 0.13.1)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
async (2.39.0)
async (2.44.1)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
metrics (~> 0.12)
traces (~> 0.18)
async-container (0.34.5)
async (~> 2.22)
async-container (0.38.0)
async (~> 2.44)
async-http (0.95.1)
async (>= 2.10.2)
async-pool (~> 0.11)
Expand All @@ -107,7 +105,7 @@ GEM
async-http (~> 0.56)
async-pool (0.11.2)
async (>= 2.0)
async-service (0.23.0)
async-service (0.25.0)
async
async-container (~> 0.34)
string-format (~> 0.2)
Expand All @@ -121,7 +119,7 @@ GEM
builder (3.3.0)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
console (1.35.1)
console (1.37.0)
fiber-annotation
fiber-local (~> 1.1)
json
Expand All @@ -140,7 +138,7 @@ GEM
drb (2.2.3)
erb (6.0.4)
erubi (1.13.1)
falcon (0.55.3)
falcon (0.55.6)
async
async-container (~> 0.20)
async-http (~> 0.75)
Expand All @@ -166,8 +164,9 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.8.2)
io-endpoint (0.17.2)
io-event (1.16.0)
io-stream (0.13.0)
io-event (1.19.4)
io-stream (0.14.0)
openssl (>= 3.3)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
Expand All @@ -186,7 +185,6 @@ GEM
net-imap
net-pop
net-smtp
mapping (1.1.3)
marcel (1.2.1)
metrics (0.15.0)
mini_mime (1.1.5)
Expand Down Expand Up @@ -230,17 +228,17 @@ GEM
activesupport (>= 7.0.0)
rack
protocol-hpack (1.5.1)
protocol-http (0.62.2)
protocol-http1 (0.39.0)
protocol-http (~> 0.62)
protocol-http2 (0.26.0)
protocol-http (0.69.0)
protocol-http1 (0.40.2)
protocol-http (~> 0.68)
protocol-http2 (0.26.2)
protocol-hpack (~> 1.4)
protocol-http (~> 0.62)
protocol-rack (0.22.1)
io-stream (>= 0.10)
protocol-http (~> 0.58)
rack (>= 1.0)
protocol-url (0.4.0)
protocol-url (0.10.0)
psych (5.3.1)
date
stringio
Expand Down Expand Up @@ -292,9 +290,8 @@ GEM
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
samovar (2.4.1)
samovar (2.5.1)
console (~> 1.0)
mapping (~> 1.0)
securerandom (0.4.1)
sqlite3 (2.9.5-aarch64-linux-gnu)
sqlite3 (2.9.5-aarch64-linux-musl)
Expand Down
2 changes: 1 addition & 1 deletion examples/uptime_monitor_sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
rack (>= 3)
rake (13.4.2)
rexml (3.4.4)
sequel (5.106.0)
sequel (5.107.0)
bigdecimal
sinatra (4.2.1)
logger (>= 1.6.0)
Expand Down