Skip to content
Open
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
24 changes: 14 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ GIT

GIT
remote: https://github.com/shardlab/discordrb.git
revision: 0f01116c3326e4784a0b581326307f5a2b57427a
revision: 0752e573194cd038346fbf6ec237b316f7c9ac8d
branch: main
specs:
discordrb (3.5.0)
base64 (~> 0.2.0)
discordrb-webhooks (~> 3.5.0)
ffi (>= 1.9.24)
opus-ruby
rest-client (>= 2.0.0)
websocket-client-simple (>= 0.3.0)
websocket-client-simple (>= 0.9.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -71,7 +72,7 @@ GEM
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
diff-lcs (1.5.0)
domain_name (0.6.20231109)
domain_name (0.6.20240107)
drb (2.2.0)
ruby2_keywords
e2mmap (0.1.0)
Expand Down Expand Up @@ -108,15 +109,15 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.16.3)
ffi (1.17.2)
fileutils (1.7.2)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
http-accept (1.7.0)
http-cookie (1.0.5)
http-cookie (1.0.8)
domain_name (~> 0.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand All @@ -142,9 +143,10 @@ GEM
faraday (~> 1)
faraday-cookie_jar
faraday_middleware
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1205)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0924)
mini_portile2 (2.8.5)
minitar (0.9)
minitest (5.20.0)
Expand Down Expand Up @@ -297,9 +299,11 @@ GEM
unparser (0.6.10)
diff-lcs (~> 1.3)
parser (>= 3.2.2.4)
websocket (1.2.10)
websocket-client-simple (0.8.0)
websocket (1.2.11)
websocket-client-simple (0.9.0)
base64
event_emitter
mutex_m
websocket
word_wrap (1.0.0)
yard (0.9.34)
Expand Down
Loading