Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Bump discordrb from 3.3.0 to 3.4.3 #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
27 changes: 12 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,32 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
discordrb (3.3.0)
discordrb-webhooks (~> 3.3.0)
discordrb (3.4.3)
discordrb-webhooks (~> 3.4.3)
ffi (>= 1.9.24)
opus-ruby
rbnacl (~> 3.4.0)
rest-client (>= 2.1.0.rc1)
rest-client (>= 2.0.0)
websocket-client-simple (>= 0.3.0)
discordrb-webhooks (3.3.0)
rest-client (>= 2.1.0.rc1)
discordrb-webhooks (3.4.3)
rest-client (>= 2.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
event_emitter (0.2.6)
ffi (1.11.2)
ffi (1.16.3)
http-accept (1.7.0)
http-cookie (1.0.3)
http-cookie (1.0.5)
domain_name (~> 0.5)
jaro_winkler (1.5.4)
mime-types (3.3)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mime-types-data (3.2024.0305)
netrc (0.11.0)
opus-ruby (1.0.1)
ffi
parallel (1.19.1)
parser (2.7.0.5)
ast (~> 2.4.0)
rainbow (3.0.0)
rbnacl (3.4.0)
ffi
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -48,10 +45,10 @@ GEM
ruby-progressbar (1.10.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unf_ext (0.0.9.1)
unicode-display_width (1.7.0)
websocket (1.2.8)
websocket-client-simple (0.3.0)
websocket (1.2.10)
websocket-client-simple (0.3.1)
event_emitter
websocket

Expand Down
Loading