Skip to content
Merged
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
64 changes: 32 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,67 +18,66 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.2)
activesupport (8.1.0)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
async (2.23.1)
async (2.34.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.9)
io-event (~> 1.11)
metrics (~> 0.12)
traces (~> 0.15)
async-http (0.88.0)
traces (~> 0.18)
async-http (0.91.0)
async (>= 2.10.2)
async-pool (~> 0.9)
async-pool (~> 0.11)
io-endpoint (~> 0.14)
io-stream (~> 0.6)
metrics (~> 0.12)
protocol-http (~> 0.49)
protocol-http1 (~> 0.30)
protocol-http2 (~> 0.22)
traces (~> 0.10)
async-pool (0.10.3)
async (>= 1.25)
async-pool (0.11.0)
async (>= 2.0)
async-websocket (0.30.0)
async-http (~> 0.76)
protocol-http (~> 0.34)
protocol-rack (~> 0.7)
protocol-websocket (~> 0.17)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
base64 (0.3.0)
bigdecimal (3.3.1)
chrono (0.6.0)
activesupport (>= 5.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
console (1.30.2)
connection_pool (2.5.4)
console (1.34.2)
fiber-annotation
fiber-local (~> 1.1)
json
csv (3.3.5)
dotenv (3.1.8)
drb (2.2.1)
drb (2.2.3)
event_stream_parser (1.0.0)
faraday (2.13.1)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-mashify (1.0.0)
faraday (~> 2.0)
hashie
faraday-multipart (1.1.0)
faraday-multipart (1.1.1)
multipart-post (~> 2.0)
faraday-net_http (3.4.1)
net-http (>= 0.5.0)
Expand All @@ -87,7 +86,7 @@ GEM
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.0)
fiber-storage (1.0.1)
fiddle (1.1.8)
gli (2.22.2)
ostruct
Expand All @@ -99,13 +98,13 @@ GEM
holiday_japan (~> 1.1)
io-console (0.8.1)
io-endpoint (0.15.2)
io-event (1.10.0)
io-stream (0.6.1)
json (2.12.2)
io-event (1.14.0)
io-stream (0.11.0)
json (2.15.1)
logger (1.7.0)
mem (0.2.0)
metrics (0.12.2)
minitest (5.25.5)
metrics (0.15.0)
minitest (5.26.0)
multipart-post (2.4.1)
net-http (0.6.0)
uri
Expand All @@ -117,13 +116,14 @@ GEM
connection_pool
ostruct (0.6.2)
protocol-hpack (1.5.1)
protocol-http (0.49.0)
protocol-http1 (0.34.0)
protocol-http (0.54.0)
protocol-http1 (0.35.2)
protocol-http (~> 0.22)
protocol-http2 (0.22.1)
protocol-http2 (0.23.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.47)
protocol-rack (0.11.2)
protocol-rack (0.16.0)
io-stream (>= 0.10)
protocol-http (~> 0.43)
rack (>= 1.0)
protocol-websocket (0.20.2)
Expand All @@ -137,7 +137,7 @@ GEM
rouge
slop (< 4.0.0)
uri (>= 1.0.4)
rack (3.1.17)
rack (3.2.3)
rainbow (3.1.1)
rake (13.3.0)
redis (5.3.0)
Expand Down Expand Up @@ -184,23 +184,23 @@ GEM
ruboty (~> 1.0)
ruboty-scorekeeper (1.0.0)
ruboty
ruboty-slack_events (0.3.1)
ruboty-slack_events (0.3.2)
async-websocket (~> 0.25)
ruboty (>= 1.1.4)
slack-ruby-client (~> 2.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.4.1)
slack-ruby-client (2.5.2)
faraday (>= 2.0)
slack-ruby-client (2.7.0)
faraday (>= 2.0.1)
faraday-mashify
faraday-multipart
gli
hashie
logger
slop (3.6.0)
traces (0.15.2)
traces (0.18.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.4)
Expand Down